Skip to content

Spacerulerwill/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Tests codecov License: GPL v3

Calculator

A simple command line calculator I'm working on

Features

  • Real and complex number arithmetic
  • Vector and matrix operations
  • Support for arithmetic and conversions involving the following units:
    • Distance (imperial and metric)
    • Mass (imperial and metric)
    • Storage (bytes/bits in both base 2 and base 10)
    • Temperature (celcius, fahrenheit, kelvin)
  • Scientific notation for number exponents
  • Operators: +, -, *, /, %, ^, !,
  • Groupings: (), |absolute|, ⌈ceil⌉, ⌊floor⌋
  • Pre-defined functions and constants
  • User defined variables and functions
  • Pre-load constants, functions and pre-run expressions from a file
  • delete operator for managing functions and variables
  • clear operator to reset all user defined variables and functions
  • Expression history and recall

Todo

  • Different number bases (1-16, 32 and 64)
  • Graph plots

About

An easy to use CLI calculator tool

Resources

License

Stars

Watchers

Forks

Languages