COMPUTE THE COS OF A NUMBER

Computes the trigonometric cosine of a scalar input value (angle in radians). Use this worker whenever a cosine transformation is needed as part of a mathematical or signal-processing pipeline.

When to use

Classification: process.

Tagged: cos, cosine, math, scalar, transformation, trig.

Inputs

Label ID Type Default Required Description
Number number scalar   The input angle in radians for which the cosine is computed; leave as default (null) if the value will be wired in dynamically at runtime.

Outputs

Label ID Type Description
trig_cos_output_1 trig_cos_output_1 scalar The cosine of the input angle, a dimensionless scalar in the range [-1, 1].

Disciplines

  • data.curve.transform

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