|
|
◆ Expm1()
| Function Expm1 |
( |
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
exp(x) - 1
- Purpose
- Computes exp(x) - 1. For small magnitude values of x, expm1 may be more accurate than Exp(X) - 1.
- Returns
- Double
exp(x) - 1.
- Parameters
-
| [in] | X | Argument x. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
|