.. _auto_math_add: *COMPUTE THE SUM OF VALUES* =========================== Computes the sum of one or more numeric values using a simple array-sum operation. Use this worker whenever you need to add a starting number to additional repeating numeric inputs within a workflow. When to use ----------- Classification: **process**. Tagged: ``add``, ``arithmetic``, ``math``, ``scalar``, ``sum``, ``transformation``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Starting Number - number - scalar - — - ✓ - Starting numeric scalar value to which any additional repeated inputs are added; leave as null if the sum should begin from zero or if all addends are supplied via repetitions. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - math_add_output_1 - math_add_output_1 - scalar - Scalar result of summing all provided input values (dimensionless numeric); equals array_sum of every supplied argument. 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_add `_ .. raw:: html

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