Skip to content

vishnubhadri/Calc.IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 \