1.0.2 • Published 5 years ago

kova.js v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

kova.js

Super light weight math library designed for writing complex but readable equations.

Version License

+ floating point math error correction
+ control decimal precision 
+ no need for grouping operator 
+ unit tested against WolframAlpha 

- big number support 
- normalize mantissa 
- teach you math

Installation

  • I use a module bundler and install packages from npm.

  • I use import to use modules.

    • Import all functions.
    • Import a single export.
  • I want to support all browsers.