Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 343 Bytes

File metadata and controls

10 lines (7 loc) · 343 Bytes

SmartBigIntegerSolver

Order of operations Big Integer solver in Java.

Usage: An example script has been written illustrating the usage of this module. All numbers are input as Strings. The OpCode class contains all the valid operation codes that SBISolver supports.

Example script: src/com/ccmdevel/sbisolver/Sample.class