The OpenD Programming Language

pow

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

Meta