fastpow~
Examples
Inlets
Base [auto]
The base of the exponential expression. Event version triggers calculation.Exponent [auto]
The exponent of the exponential expression. Event version must trigger the left inlet in order to perform calculationOutlets
Output [signal]
The calculated output.Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
The base of the exponential expression. Event version triggers calculation.
in2 [auto]
The exponent of the exponential expression. Event version must trigger the left inlet in order to perform calculation
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
pow | First input is raised to the power of the second input |
safepow | |
exp | Raise e to a power |
log | The natural logarithm of the input (log base e) |
e | The constant value of e |