Docs.rs
music-math-0.1.1
music-math 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
madskjeldgaard
Dependencies
num-traits ^0.2.18
normal
approx ^0.5.1
dev
criterion ^0.5.1
dev
pretty_assertions ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
music_
math
0.1.1
In music_
math::
binaryops
music_math
::
binaryops
Function
clip
Copy item path
Source
pub fn clip<T:
PartialOrd
>(value: T, min: T, max: T) -> T
Expand description
Clip two values within a range