]> gitweb.factorcode.org Git - factor.git/commit
math.intervals: Add [0,b] and [0,b), use in a couple of places
authortimor <timor.dd@googlemail.com>
Sun, 4 Apr 2021 14:02:42 +0000 (16:02 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Apr 2021 14:11:20 +0000 (07:11 -0700)
commit7e68913b79173dea0aae00ad7d5e74c9ba509a89
tree6d29607ed8903c531b4100348a796f760f1a500d
parent881f2dbcb17699de0695caaabb57e52f5d9f260e
math.intervals: Add [0,b] and [0,b), use in a couple of places

This replicates the `[0,b]` and `[0,b)` words from `math.ranges`.
basis/compiler/tree/propagation/transforms/transforms.factor
basis/math/intervals/intervals-docs.factor
basis/math/intervals/intervals-tests.factor
basis/math/intervals/intervals.factor