sin

inline fun sin(angle: AngleF): Float

Computes the sine of the given angle.

Special cases:

  • sin(NaN|+Inf|-Inf) is NaN


inline fun sin(value: ComplexF): ComplexF

Returns the sine of the specified complex number.