exp
Basic data handling: MathExp
Calculates the exponential of a number (e^x). This node takes a number and returns e (Euler's number) raised to the power of that number.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| value | FLOAT,INT | required |
Outputs (1)
| Name | Type |
|---|---|
| FLOAT | FLOAT |