Skip to content

jmptrader/pcalcShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

pcalcShell

A shell calculatior based on the PowerCalc library

Current features:

  • Interperet entered expression strings with the correct order of operation
  • Easy access to common constants (well six of them this far)
  • Create and combine functions containing unknown variables and evaluate them with different arguments
  • Calculations return values with the correct order of significant digits !!!!BUG!!!!

Planed features:

  • Graph drawing and perhaps some other types of analysis features
  • Read values written on scientific notation
  • Handle lists and sets of values

Bugs:

  • Floats are sometimes printed with the wrong number of significant digits.
  • Expressions called with arguments containing parenthesis enclosed ',' wont parse correctly

About

A shell calculatior based on pCalc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%