Calculates the base 10 log of input.
1 – Input
A signed number.
2 – Output
A signed number of type G-floating.
3 – Example
DTR> PRINT FN$LOG10 (36) FN$LOG10 1.5563E+00 DTR>