|
Exp | ||
Result# = Exp(Value) | ||
Parameters: Value = The Value you wish to find the exp of |
||
Returns: Result# = The exponential of the input value |
||
The Exp function returns the exponential of the input value. FACTS: * Exp is the inverse of the Log() function * Caution: If a Exp result hits infinity, this will crash PB. So some care is needed. Mini Tutorial:
This example would output.
|
Related Info: | Bugs | Log | Log10 : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |