sin

Computes the sine of x for arithmetic types T, returning a value of the same type.

  1. T sin(T x)
  2. T sin(T x)
  3. T sin(T x)
    version(!LDC && !GNU)
    static if(!(__VERSION__ >= 2082))
    T
    sin
    (
    T
    )
    (
    in T x
    )
    if (
    isFloatingPoint!T
    )