Skip to content

bbodi/notecalc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteCalc

A handy calculator for the web.

Readme

You can try this app from here: http://bbodi.github.io/notecalc2

Goals

  • Parsing (string literal, numbers(hex, dec, bin), variables, function invocations etc)
  • Referencing results (by Alt+Mouse or Alt+Up/Down)
  • Multiple line selection (Ctrl/Shift + Mouse/Cursors)
  • High precision calculations (math.bignumber)
  • Builtin funcions (sin, sqrt, etc)
  • Bitwise operations
  • Autocompletion (operators, variables, parameters, functions)
  • Result formatting (precision, format, notation)
  • Dates (parsing, operations, conversions)
  • Complex numbers

Build instructions

After cloning, the project can be built and tested with the following commands:

npm install
npm start

Then browse to http://localhost:3000/

Unit tests are skipped by default, they are exectued on http://localhost:3000/?test (results are on the console, if everything is fine, you will not see anything in the browser),

Building release version: npm run build

About

NoteCalc is a handy calculator trying to bring the advantages of Soulver to the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published