EXP()

From Liberty BASIC Family
Jump to navigation Jump to search
Supported in Just BASIC Supported in Liberty BASIC Not supported in Liberty BASIC 5 Not supported in Run BASIC

Description

This function returns e (Euler's number) to the power of the given number or expression.
The opposite is the LOG() function.

Syntax

  1. EXP(Number)

Hints

Place useful hints about this keyword here

Example

' Place a simple, working example of the keyword here

Useful Procedures

' Place a useful function or sub using this keyword here