static BigInteger multiply(BigInteger a, BigInteger b) { ret a.multiply(b); } static double multiply(double a, double b) { ret a*b; }