.. _auto_trig_rad2deg: *TRIG RAD2DEG* ============== Converts an angle from radians to degrees using the standard rad2deg formula (degrees = radians × 180/π). Use this worker whenever a downstream step expects angular values in degrees rather than radians. When to use ----------- Classification: **process**. Tagged: ``angle``, ``degrees``, ``rad2deg``, ``radians``, ``scalar``, ``trigonometry``, ``unit_conversion``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Radians - radians - scalar - — - - The angle value in radians to be converted; accepts any real-valued scalar (e.g., π/2 for 90°). Optional — leave unconnected if the value will be provided at runtime. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - trig_rad2deg_output_1 - trig_rad2deg_output_1 - scalar - The converted angle expressed in degrees (scalar float); equals the input value multiplied by 180/π. Disciplines ----------- - data.units .. raw:: html

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