Docs.rs
concision-math-0.1.21
concision-math 0.1.21
Docs.rs crate page
Apache-2.0
06 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
approx ^0.5
normal
optional
getrandom ^0.3
normal
optional
ndarray ^0.16
normal
num ^0.4
normal
num-complex ^0.4
normal
optional
num-traits ^0.2
normal
rand ^0.9
normal
optional
rayon ^1
normal
optional
rustfft ^6
normal
optional
scsys ^0.2.3
normal
scsys-derive ^0.2.3
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
strum ^0.27
normal
thiserror ^2
normal
tracing ^0.1
normal
optional
lazy_static ^1
dev
Versions
5.41%
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
floor_div
concision_
math
0.1.21
In concision_
math::
utils
concision_math
::
utils
Function
floor_
div
Copy item path
Source
pub fn floor_div<T>(numerator: T, denom: T) -> T
where T:
Copy
+
Num
,
Expand description