sin

AngularPosition.sin(frequency: float | int | None = 0.15915494309189535) float

It computes the sine of the angular position at a given frequency.

Parameters

frequencyfloat or int, optional

Frequency to multiply by before computing the sine. Default is \(\frac{1}{2 \pi}\).

Returns

float

Computed sine of the angular position.