public class ArithUtils extends Object
ArithUtils()
static Object
add(Object first, Object second)
com(Object first, Object second)
div(Object first, Object second)
static void
main(String[] args)
mul(Object first, Object second)
sub(Object first, Object second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArithUtils()
public static void main(String[] args)
public static Object add(Object first, Object second)
first
second
public static Object sub(Object first, Object second)
public static Object mul(Object first, Object second)
public static Object div(Object first, Object second)
public static Object com(Object first, Object second)
Copyright © 2022 Bstek. All rights reserved.