Docs.rs
physdes-rs-0.1.6
physdes-rs 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
luk036
Dependencies
env_logger ^0.11.10
normal
optional
intervallum ^1.4.4
normal
log ^0.4
normal
optional
num ^0.4.3
normal
num-traits ^0.2.19
normal
serde ^1.0
normal
optional
criterion ^0.8.2
dev
quickcheck ^1.1.0
dev
quickcheck_macros ^1.2.0
dev
svgbobdoc ^0.3
dev
Versions
87.13%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module interval
physdes
0.1.6
Module interval
Module Items
Structs
Traits
In crate physdes
physdes
Module
interval
Copy item path
Source
Expand description
Interval operations and types
Structs
§
Interval
A range of values with a lower bound (
lb
) and an upper bound (
ub
).
Traits
§
Enlarge
Trait for enlarging a value by a given margin.
Hull
Trait for computing the convex hull (bounding interval) of two values.
Intersect
Trait for computing the intersection of two values.