COMPUTE THE TAN OF A NUMBER¶
Computes the trigonometric tangent of a scalar input value (angle in radians). Use this worker whenever a tan(x) transformation is needed within a workflow expression or data pipeline.
When to use¶
Classification: process.
Tagged: math, scalar, tan, transformation, trig, trigonometry.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | number | scalar | — | The input angle in radians for which the tangent is computed; accepts any real scalar value (leave default/null if the value will be wired dynamically from an upstream worker). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| trig_tan_output_1 | trig_tan_output_1 | scalar | The tangent of the input angle (dimensionless scalar); will be undefined (±∞) when the input is an odd multiple of π/2. |
Disciplines¶
- data.curve.transform
Auto-generated from transformation schema. Worker id: trig_tan. Schema hash: 8cd50fcd7e8b. Hand-curated docs in workerexamples/ override this page when present.