/crispy-carnival

Trying to build a CLI calculator

Primary LanguageRuby

crispy-carnival

Trying to build a CLI calculator

Welcome to the Calculator!

What operation would you like to perform?

  1. Add
  2. Subtract
  3. Multiply
  4. Divide
  5. Exponent
  6. Square Root
  7. Sin
  8. Cos
  9. Tan
  10. Sinh
  11. Cosh
  12. Tanh
  13. Log
  14. Evaluate an expression
  15. Quit

Enter your choice:

1

Enter the operands:

2

6

The result is 8.0

Goodbye!