SQRT¶
Computes the square root of a single scalar value. Use this worker whenever a workflow needs the √x transformation as an intermediate or final arithmetic step.
When to use¶
Classification: process.
Tagged: arithmetic, math, scalar, sqrt, square_root, transformation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | numberwhosesquarerootistobecomputed | scalar | — | ✓ | The non-negative scalar value x for which √x will be computed; must be ≥ 0 to return a real result (no default — must be provided by the workflow). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_sqrt_output_1 | math_sqrt_output_1 | scalar | The square root of the input scalar (dimensionless scalar, same units-basis as √input); equals √x for the supplied input value x. |
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_sqrt
Auto-generated from transformation schema. Worker id: math_sqrt. Schema hash: 1cadcf9e655c. Hand-curated docs in workerexamples/ override this page when present.