Skip to content

CurtisTarr/clic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages