Functions Index :: L :: Log10
Module:
Definition:
Log10(float x)
Description:
Returns the base-10 logarithm of x (ie Log10(x)).
Examples:
l1 = Log10(10) # l1 == 1
l2 = Log10(1000) # l2 == 3
Module:
Definition:
Log10(float x)
Description:
Returns the base-10 logarithm of x (ie Log10(x)).
Examples:
l1 = Log10(10) # l1 == 1
l2 = Log10(1000) # l2 == 3