Skip to content

antmicro/JavaScript-intervals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a small library for handling intervals created while dealing with large amount of data to be visualised where the intervals already fetched were to be stored and only missing data points requested.

Note that the intervals take the form of arrays of objects, i.e.:

[{left:a1,right:b1},{left:a2,right:b2},..,{left:an,right:bn}]

About

A small JavaScript library for handling (closed) Mathematical intervals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published