POWER¶
Raises a base scalar value to a given exponent (base^exponent). Use this worker whenever a workflow needs general exponentiation — squaring, cubing, taking a fractional power, or applying a negative exponent for reciprocal powers.
When to use¶
Classification: process.
Tagged: arithmetic, exponent, math, power, scalar, transformation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Base | base | scalar | — | ✓ | The base scalar value that will be raised to the exponent (no default — must be provided by the workflow). |
| Exponent | exponent | scalar | — | ✓ | The exponent scalar; supports negative and fractional values (returns NaN if base is negative and exponent is non-integer). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_power_output_1 | math_power_output_1 | scalar | Base raised to the exponent (base^exponent); dimensionless scalar. |
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_power
Auto-generated from transformation schema. Worker id: math_power. Schema hash: dcc90470c678. Hand-curated docs in workerexamples/ override this page when present.