pow

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CallType!(std.math.pow, N, M) pow(N base, M exp)
    @safe
    CallType!(std.math.pow, N, M)
    pow
    (
    bool throws
    N
    M
    )
    (
    const N base
    ,
    const M exp
    )
  2. CallType!(std.math.pow, N, M) pow(N base, M exp)

Meta