Static source Java library to perform basic mathematic functions and conversions from various number systems.
Downlad the library and include the com.calculate package in your project. All features of the library are publicly scoped static functions. Add an import for "com.calculate.*" in the package you want to use the library.
Included in the project is a com.calculate.test package which puts all the functions of Calculate through their paces.