- checkAdd
size_t checkAdd(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkDiv
size_t checkDiv(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkMod
size_t checkMod(Vector!string args, RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkMul
size_t checkMul(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkPowmod
size_t checkPowmod(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkShl
size_t checkShl(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkShr
size_t checkShr(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkSqr
size_t checkSqr(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkSub
size_t checkSub(Vector!string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPrimeTest
size_t isPrimeTest(Vector!string args, RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
Vector!string parse(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
- results
size_t results(string op, BigInt a, BigInt b, BigInt c, BigInt d, BigInt e)
Undocumented in source. Be warned that the author may not have intended to support it.
- strip
string strip(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
- stripComments
string stripComments(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
Unit test helper