COMPUTE THE POWER OF A NUMBER¶
Computes the natural exponential (e^x) of a given scalar value. Use this worker whenever you need to raise Euler’s number e (~2.71828) to the power of an input value within a transformation pipeline.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number To Be Computed | numbertobecomputed | scalar | — | ✓ | The exponent x (dimensionless scalar) to which e is raised; e.g. supply 1.0 to get e, or 0.0 to get 1. No default — must be provided explicitly. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_exp_output_1 | math_exp_output_1 | scalar | The result of e^x as a dimensionless scalar; equals approximately 2.71828 raised to the power of the input value. |
Disciplines¶
- data.curve.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=math_exp
Auto-generated from transformation schema. Worker id: math_exp. Schema hash: a34a9de3d0f8. Hand-curated docs in workerexamples/ override this page when present.