SmartInt.pow

Raise this to the exp power using std.math.pow().

  1. auto pow(const M exp)
    struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    pow
    const pure @safe nothrow @nogc
    (
    M
    )
    (
    const M exp
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    isUnqual!N
    )
  2. auto pow(const M exp)

Meta