Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 417 Bytes

Math Notes

Inline calculator to run on browser.

Dependencies

Created using ECMAScript, and math.js.

ECMAScript features

  • Modules;
  • Descructuring;
  • Arrow Functions;
  • let, const;
  • Listener for paste;
  • Listener for input;
  • async, await;

If your browser doesn't support these features, the calculator will not work.


Project based on Numi app for MacOS.