inter-val 0.1.2

Mathematical intervals, i.g., [a, b], (a, b), [a, b), and (a, b] on ℝ, and multi-dimensional axis-aligned boxes represented as Cartesian product of intervals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.num]
version = "0.4.1"

[dependencies.thiserror]
version = "1.0.53"

[package]
authors = ["Yuichiro Terada <terada.yuichiro@gmail.com>"]
description = "Mathematical intervals, i.g., [a, b], (a, b), [a, b), and (a, b] on ℝ, and multi-dimensional axis-aligned boxes represented as Cartesian product of intervals."
documentation = "https://docs.rs/inter-val"
edition = "2021"
keywords = ["interval", "float", "box", "aabb", "bounds"]
license = "MIT"
name = "inter-val"
readme = "README.md"
repository = "https://github.com/u1roh/inter-val-rs"
version = "0.1.2"