MpZ.pow

struct MpZ
pure nothrow pragma(inline, true) @nogc static @trusted
typeof(this)
pow
(
Base
Exp
)
(
Base base
,
Exp exp
)
if ()

Return Value

Type: typeof(this)

base raised to the power of exp.

Meta