Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line interface calculator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages