COMPUTE THE ARC TAN OF A NUMBER¶
Computes the arc tangent (inverse tangent) of a scalar number, returning the angle in radians. Use this worker whenever you need to recover an angle from a tangent ratio within a transformation pipeline.
When to use¶
Classification: process.
Tagged: arc tangent, atan, inverse tangent, math, radians, scalar, transformation, trig.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | number | scalar | — | The scalar tangent value for which the arc tangent is to be computed; dimensionless real number (no range restriction); leave null to pass the value dynamically from an upstream worker. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| trig_atan_output_1 | trig_atan_output_1 | scalar | The arc tangent of the input number, expressed in radians, in the range (−π/2, π/2); scalar float. |
Disciplines¶
- data.curve.transform
Auto-generated from transformation schema. Worker id: trig_atan. Schema hash: a455134da882. Hand-curated docs in workerexamples/ override this page when present.