(closed-interval low high)
Closed above and below: [low,high]
Closed above and below: [low,high]
(interval low high low-open? high-open?)
low-open? and high-open? indicate whether the interval is open/closed on below and above. This lets you construct all four of these intervals: (x,y) [x,y] (x,y] [x,y)
low-open? and high-open? indicate whether the interval is open/closed on below and above. This lets you construct all four of these intervals: (x,y) [x,y] (x,y] [x,y)
(open-interval low high)
Open above and below: (low,high)
Open above and below: (low,high)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close