Mth
object Mth
The Mth class provides some optimized mathematical calculation methods, and it is recommended to call these methods instead of those provided in the math library in kotlin/java.
This class uses a large amount of cache and trades space for time to optimize computing efficiency.
Author
KKoishi_