The OpenD Programming Language

cos

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

Meta