pow

Computes x raised to the power of power, returning the result as type T.

  1. T pow(T x, T power)
  2. T pow(T x, T power)
  3. 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
    )