COMPUTE THE SIN OF A NUMBER

Computes the trigonometric sine of a given numeric value (angle in radians). Use this worker whenever a sine transformation is needed on a scalar input within a workflow.

When to use

Classification: process.

Tagged: math, scalar, sin, sine, transformation, trig.

Inputs

Label ID Type Default Required Description
Number number scalar   The input angle in radians for which the sine is computed; accepts any real-valued scalar (e.g. 0.0 → sin = 0, π/2 → sin = 1). Leave default (null) only if the value will be wired at runtime.

Outputs

Label ID Type Description
trig_sin_output_1 trig_sin_output_1 scalar The sine of the input angle, a dimensionless scalar in the range [−1, 1].

Disciplines

  • data.curve.transform

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