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