BigInt.opBinary
No documentation available for this declaration.
Power operator for BigInt ^^ integral exponent.
Uses exponentiation by squaring for O(log n) complexity.
Parameters
exp | The exponent (must be non-negative integral type) |
Returns
this ^^ exp
Throws
Exception if exp is negative
BigInt opBinary(string op, T)(T rhs) if (isIntegral!T && op != "^^") constNo documentation available for this declaration.
No documentation available for this declaration.