expm1
Returns e^x - 1, where x is the argument, and e is Euler's number
expm1(in1): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Raise e to this value, minus 1 |
Returns
Name | Type | Description |
---|---|---|
out1 | number | Outputs e raised to the input value minus 1 |