Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 399 Bytes

File metadata and controls

21 lines (14 loc) · 399 Bytes

CLIC

CLIC (Command Line Interface Calculator)

Requirements

Running

Run main.go and enter in any supported mathematical expression.

Supported operators are:

  • ^ raising to the power
  • * multiplication
  • / division
  • + addition
  • - subtraction
  • () braces to group expressions

Sample input: 3 + 4 * 2 / (1 - -5) ^ 2 ^ 3 = 3.000005