Description Find the logarithm to the base 10 of x Definition float log(float x) Library LIB/math_lib.bas Usage On entry: x is the value to be converted On exit: Return valid result or NaN
Find the logarithm to the base 10 of x
float log(float x)
LIB/math_lib.bas
On entry: x is the value to be converted On exit: Return valid result or NaN
x is the value to be converted
Return valid result or NaN