Docs.rs
multicalc-0.8.0
multicalc 0.8.0
Permalink
Docs.rs crate page
MIT
16 July 2026
Links
Repository
crates.io
Source
Owners
kmolan
Dependencies
libm ^0.2
normal
proptest ^1.11
dev
rand ^0.8
dev
Versions
79.66%
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
Module newton
multicalc
0.8.0
Module newton
Module Items
Structs
In multicalc::
root_
finding
multicalc
::
root_finding
Module
newton
Copy item path
Source
Expand description
Scalar Newton and damped Newton solvers.
Structs
ยง
Newton
A scalar Newton solver, optionally damped by a backtracking line search.