calculator library

Functions

add(int a, int b) int
divide(int a, int b) double
multiply(int a, int b) int
substract(int a, int b) int