public class MathFunctions extends Object
MathFunctions()
static String
_10_to_N(long number, int N)
conv(String text, Integer originBase, Integer targetBase)
static long
N_to_10(String number, int N)
static Double
pow(Double a, Double b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MathFunctions()
public static Double pow(Double a, Double b)
public static String conv(String text, Integer originBase, Integer targetBase)
public static String _10_to_N(long number, int N)
public static long N_to_10(String number, int N)
Copyright © 2021 kubeclub. All rights reserved.