.. _auto_math_abs: *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. When to use ----------- Classification: **process**. Tagged: ``abs``, ``absolute_value``, ``math``, ``scalar``, ``transformation``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 `_ .. raw:: html

Auto-generated from transformation schema. Worker id: math_abs. Schema hash: c03fbe269036. Hand-curated docs in workerexamples/ override this page when present.