terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ModInverse() [2/2]

BigInteger Mono.Math.BigInteger.ModInverse ( BigInteger modulus)
inline

Definition at line 541 of file BigInteger.cs.

542 {
543 return BigInteger.Kernel.modInverse(this, modulus);
544 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Mono.Math.BigInteger.Kernel.modInverse().