f$Exp
f$Exp
Calculate the exponent function of a floating number with basis 'e' (2.718281828459).
Note: the exponent function with base 10 is accessible directly via the 'E' operator. (1E2 = 1*10**2 = 100)
Syntax: | Expo = F$Exp( Number) | ||
| Argument | Type | Meaning |
| Number | Decimal | Value to be calculated |
Result: | Decimal | Exponent value | |
Example: | Expo = F$Exp( 1 ) → Expo = 2.718281828459 | ||
Related functions:
f$Ln | Calculate a natural logarithm |