Basic30 Language Reference
exp Function |
Return e raised to the power of x .
| Function exp(x As Single) As Single |
Requirements
- This function requires the link time library "libm.a".
It is a free download from the Microchip website.
Examples
Dim a,x as Single
x=exp(a)
Also See: log,
log10, pow