Skip to content

ollyfg/JavaScriptIntervalArithmetic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

JavaScriptIntervalArithmetic

JavaScript Implementation of Interval Arithmetic.

This is a javascript library for Interval Arithmetic. Interval Arithmetic lets you estimate how much the errors on numbers change when you do maths with them. It can also be useful to prevent rounding errors in floating point arithmetic. You can find out more about Interval Arithmetic and its uses on wikipedia.

This library is being used for implicit function plotting by Function Grapher. It is also used in the advanced mode of my Uncertainty Calculator

About

JavaScript Implementation of Interval Arithmetic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%