Description Find the antilog of x. This is the inverse function of log(x). y = log(x) x = alog(y) Definition float alog(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 antilog of x. This is the inverse function of log(x). y = log(x) x = alog(y)
y = log(x) x = alog(y)
float alog(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