cos

Angle.cos(frequency: float | int | None = 0.15915494309189535) float

It computes the cosine of the angle at a given frequency.

Parameters

frequencyfloat or int, optional

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

Returns

float

Computed cosine of the angle.