.. _auto_trig_deg2rad: *CONVERT DEGREES TO RADIANS* ============================ Converts an angle value from degrees to radians using the standard formula (radians = degrees × π / 180). Use this worker whenever a downstream node expects angles in radians but the source data is expressed in degrees. When to use ----------- Classification: **process**. Tagged: ``angle``, ``deg2rad``, ``degrees``, ``math``, ``radians``, ``scalar``, ``trigonometry``, ``unit_conversion``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Degrees - degrees - scalar - — - - Angle in degrees (scalar numeric value) to be converted to radians; leave as null if the value will be wired in dynamically from an upstream node. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - trig_deg2rad_output_1 - trig_deg2rad_output_1 - scalar - Resulting angle in radians (scalar float), equal to the input value multiplied by π/180. Disciplines ----------- - data.units .. raw:: html

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