sin¶ Angle.sin(frequency: float | int | None = 0.15915494309189535) → float It computes the sine of the angle at a given frequency. Parameters¶ frequencyfloat or int, optionalFrequency to multiply by before computing the sine. Default is \(\frac{1}{2 \pi}\). Returns¶ floatComputed sine of the angle.