Skip to content

KJH-x/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe

Developing

  • function recognition
  • multi-parameter handling
  • more input format

Problems not planned to fix

  • sin(pi)=1.2246467991473532e-16
    • Cause by math module, avoid calculate around this

Usage

Example: 1+2-3*4/5log(6,7^8(9+10))

Calculator

✔ calculation

  • float Arithmetic, power, mod, any bracket(s)
  • integer combinations, permutations
  • Function available:
    • log(a,b)

✔ operation

  • Continuous operation
  • Undo(1)

  • Complex series
  • Funtions:
    • BASIC
      • log/ln floor/ceiling abs random ...
    • Statistic
      • polyfit
      • N(0,1)
      • expect value
    • Solution to Equation
      • ...
  • More Undo step ([...])
    • Undo all (->)
  • Integral
  • Devine

More information

Develop task: Task.md

Thank: ...

About

simple calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages