Returns e^x - 1, where x is the argument, and e the base of the natural logarithms
ID
math-tools-expm1
Name
Expm1
Group
Tools
Package
Math
Keywords
Expm1
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
expm1 | Number | A number representing e^x - 1 |