Docs.rs
deimos-0.16.2
deimos 0.16.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jlogan03
Dependencies
branches ^0.4.3
normal
chrono ^0.4.42
normal
core_affinity ^0.8.3
normal
crossbeam ^0.8.4
normal
csv ^1.4.0
normal
deimos_shared ^0.16.0
normal
flaw ^0.6.0
normal
interpn ^0.11.0
normal
levenberg-marquardt ^0.15.0
normal
nalgebra ^0.34
normal
network-interface ^2.0
normal
once_cell ^1.21.3
normal
postcard ^1
normal
postgres ^0.19.10
normal
postgres-types ^0.2.9
normal
pyo3 ^0.28.2
normal
optional
serde ^1
normal
serde_json ^1
normal
socket2 ^0.5
normal
tracing ^0.1.41
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3.20
normal
typetag ^0.2
normal
Versions
76.11%
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 math
deimos
0.16.2
Module math
Module Items
Re-exports
Modules
In crate deimos
deimos
Module
math
Copy item path
Source
Re-exports
§
pub use polynomial::
polyfit
;
pub use polynomial::
polyval
;
Modules
§
polynomial
Evaluate or fit a polynomial of order N to a set of x,y points using Levenberg-Marquardt method.