Closed Rudxain closed 2 years ago
The IntN version has potential for avoidable out of memory errors when e < 2, while the Math version doesn't preserve precision when the exponent isn't an integer (there's no "modular multiplicative inverse" to correct this)
IntN
e < 2
Math
The
IntN
version has potential for avoidable out of memory errors whene < 2
, while theMath
version doesn't preserve precision when the exponent isn't an integer (there's no "modular multiplicative inverse" to correct this)