vishnubhadri / Calc.IO

algorithm for small mathamatical task.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 \

About

algorithm for small mathamatical task.

License:Apache License 2.0


Languages

Language:Java 100.0%