MpzMulExpr

MpZ-MpZ multiplication expression.

pure nothrow pragma(inline, true)
struct MpzMulExpr (
F1
F2
) if (
isMpZExpr!F1 &&
isMpZExpr!F2
) {}

Members

Functions

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

Variables

e1
F1 e1;
Undocumented in source.
e2
F2 e2;
Undocumented in source.

Meta