SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Logarithms

Function: EXP (x) Returns the value of e raised to the power of x.
Function: LOG (x) Returns the natural logarithm of x.
Function: LOG10 (x) Returns the base-10 logarithm of x.


[Prev] [Next]