Returns the logarithm of any base specified.
float Logarithm(float value, float base)
Input value.
Logarithm base to use, default is 10.
log(value)/log(base).
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.