Docs.rs
diffusionx-0.6.1
diffusionx 0.6.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tangxiangong
Dependencies
csv ^1.4
normal
optional
derive_builder ^0.20
normal
optional
either ^1
normal
optional
gauss-quad ^0.2.4
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
plotters ^0.3
normal
optional
plotters-backend ^0.3
normal
optional
rand ^0.9
normal
rand_distr ^0.5
normal
rayon ^1.11
normal
realfft ^3.5
normal
thiserror ^2
normal
criterion ^0.7
dev
Versions
94.46%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
minmax
diffusionx
0.6.1
In diffusionx::
utils
diffusionx
::
utils
Function
minmax
Copy item path
Source
pub fn minmax(arr: &[
f64
]) -> (
f64
,
f64
)
Expand description
find max value and min value in a &[f64]