Spacerulerwill / Calculator

An easy to use CLI calculator tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Capabilities:

  • Able to use both integers and floats
  • Binary operators: +, -, *, /, %, ^
  • Unary - operator
  • Functions: sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, cosech, sech, coth, asinh, acosh, atanh
  • Constants: pi, tau, e

Warning

  • On some consoles (windows) the caret ^ symbol will need to be escaped. This means the expression 2 ^ 3 will need be written as 2 ^^ 3
  • Don't get caught out by integer division: 9 / 2 will evaluate to 4 not 4.5

About

An easy to use CLI calculator tool


Languages

Language:Rust 100.0%