A simple command line calculator I'm working on
- 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 variablesclear
operator to reset all user defined variables and functions- Expression history and recall
- Different number bases (1-16, 32 and 64)
- Graph plots