COMPUTE THE ABSOLUTE VALUE OF E¶
Computes the absolute value of a scalar number. Use this worker whenever you need to strip the sign from a numeric value in a workflow transformation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | number | scalar | — | ✓ | The scalar numeric value whose absolute value is to be computed; accepts any real number (positive, negative, or zero); no default — must be provided. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_abs_output_1 | math_abs_output_1 | scalar | The non-negative absolute value of the input scalar, returned as a scalar of the same numeric type. |
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_abs
Auto-generated from transformation schema. Worker id: math_abs. Schema hash: c03fbe269036. Hand-curated docs in workerexamples/ override this page when present.