Docs.rs
stepwise-0.0.3
stepwise 0.0.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
akanalytics
Dependencies
criterion ^0.6.0
dev
env_logger ^0.11.7
dev
iai-callgrind ^0.14.0
dev
log ^0.4
dev
rand ^0.9.0
dev
rand_core ^0.9.3
dev
rand_pcg ^0.9.0
dev
serde ^1.0
dev
serde_json ^1.0.140
dev
test-log ^0.2
dev
Versions
53.13%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stepwise
0.0.3
In stepwise::
problems
stepwise
::
problems
Function
abs
Copy item path
Source
pub fn abs(x: &[
f64
]) ->
f64
Expand description
n-dimensional absolute value: f(x) = |x₁| + |x₂| + … + |xₙ|