Skip to content

SIN

Summary

Vector trigonometric sine: applies sin() element-wise to each input value. Part of the Math Transform group.

Formula

outReal[i] = sin(inReal[i])

Inputs

  • inReal — Input values (radians)

Outputs

  • outReal — Sine of each input

Implementation

TA-Lib Definition: sin.c · sin.yaml

Native File
C ta_SIN.c
Rust sin.rs
Java Core.java

TA-Lib is also available for Python, R and more using a wrapper.

Aliases

sine

See Also

COS · TAN · ASIN