.. _auto_math_power: *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 ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 `_ .. raw:: html

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