Logarithm Function

Returns the logarithm of any base specified.

float Logarithm(float value, float base)

Parameters

float value

Input value.

float base

Logarithm base to use, default is 10.

Return Value

log(value)/log(base).