IntegerSquareRoot (Integer SquareRoot) Square GCD (Greatest Common Divisor (HCF)) LCM (Least Common Multiple) AbsoluteValue (Get Absolute Value of a Negative TIntX) Bézouts Identity InvMod (Modular Inverse) Factorial IntegerLogN (base, number) (Gets IntegerLog of a number using a specified base) Ln (The natural logarithm) Log10 (The base-10 logarithm) LogN (Logarithm of a number for a specified base) Random (Now Uses PcgRandom Instead of Mersemme Twister) Modular Exponentiation (ModPow) IsProbablyPrime (based on Miller Rabin Primality Test)