MpzPowMUExpr

MpZ-ulong-MpZ power-modulo expression.

pure nothrow pragma(inline, true)
struct MpzPowMUExpr (
P
Q
M
) if (
isMpZExpr!P &&
isUnsigned!Q
&&
isMpZExpr!M
) {}

Members

Functions

eval
MpZ eval()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
P base;
Undocumented in source.
exp
Q exp;
Undocumented in source.
mod
M mod;
Undocumented in source.

Meta