/Calc.IO

algorithm for small mathamatical task.

Primary LanguageJavaApache License 2.0Apache-2.0

Calc.IO

A Mathematical tool for calculation.

CalcIO is the java application that works on top of Arity.jar. It is used for process small mathematical task snd operation. It support root operation, trigonometry and logarithmic

Requirements : java 8

''' java -jar Calc.IO.jar <args>'''

Arguments

-s : Execute single line formula. like '''a+b'''. Later get input for a and b
-m : Execute multiline line equation. like '''a=10 b=20 c=a+b'''(Space between each assignment)
-i : Get input from file
/? : Help.

Operation\

√=root (Support in -i)
^=power \