0.1.6 • Published 8 years ago

ho-interval v0.1.6

Weekly downloads
35
License
-
Repository
github
Last release
8 years ago

Build Status

ho-interval

This library provides an simple representation of a half-open [x,y) interval defined on set of numbers. That is if you have a set of something that may be compared (operations == and < are defined) than you may group them into intervals.

..,-20,-19.....a...........,0,..........b........ . . .  .  . . . ...........,1000,...

               ^                        ^
               |                        |
               +------------------------+
                     [a, b) interval   

Note: The a-b interval and all other intervals represented by library a left-closed class of a half-open intervals (see here for details).


0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago