KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
strict-num
★ 10
Open GitHub ↗
A collection of bounded numeric types.
Download README (.md)
Explore Similar Repositories
paddleocr-web
:
A simple PaddleOCR web frontend.
spring-webfux-response-logging
:
logging all incoming request and response
CVAE_CONV
:
Unsupervised text-to-image generation
vbloher
:
let's get acquainted
advanced-load-balancing
:
Advanced Load Balancing with Traefik Proxy
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
strict-num
?
Download (.md)
# strict-num  [](https://crates.io/crates/strict-num) [](https://docs.rs/strict-num) [](https://www.rust-lang.org) A collection of bounded numeric types. Includes: - `FiniteF32` - `FiniteF64` - `NonZeroPositiveF32` - `NonZeroPositiveF64` - `PositiveF32` - `PositiveF64` - `NormalizedF32` - `NormalizedF64` Unlike `f32`/`f64`, all float types implement `Ord`, `PartialOrd` and `Hash`, since it's guaranteed that they all are finite. ## License MIT