expm1~ Reference

Returns e^x - 1, where x is the argument, and e is Euler's number

expm1~

Inlets

Exponential Value [auto]

Raise e to this value, minus 1

Outlets

Output [signal]

Outputs e raised to the input value minus 1

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

Raise e to this value, minus 1

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
e The constant value of e
exp Raise e to a power