kytschBASIC

Put down that phone!
Please view me on real computer.

LOG10

This returns the base 10 logarithm of a Float.

Example

DEF number%=LOG10(100)

PRINT number%

LINE BREAK

PRINT LOG10(100)

Output

2
2

See also

ABS  | ACOS  | ASIN  | ATAN  | BIN  | COS  | EXP  | FRAC  | HCOS  | HEX  | HSIN  | HTAN  | LOG  | RND  | SGN  | SIN  | SQR  | TAN  |