Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 619 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 619 Bytes

Smartcalc

Assessment Task for university. First GitHub project!

Instruction

  1. Download smartcacl.exe.
  2. Open terminal in directory there is smartcalc.exe.
  3. Write into terminal smartcalc >function< >x< >y< (Windows) if you using LINUX you need write ./ before smartcalc.
  4. Write smartcalc --help to see all mathematical function list.
  5. Write smartcalc >function< --help to see specific information about function.

This utility allows you to calculate certain mathematical functions

Mathematical functions list:

floor
round
ceil
sin
cos
cosh
exp
tan
tanh
sinh
log
log10
sqrt
pow
trunc