flog10 ( x -- double )
C standard library math functions

Prev:flog ( x -- double )
Next:fpow ( x y -- double )


Vocabulary
math.libm

Inputs
xa real


Outputs
doublea real


Word description
Calls the base 10 logarithm function from the C standard library. User code should call log10 instead.

Definition