Docs.rs
ftl-numkernel-0.1.0
ftl-numkernel 0.1.0
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
max-1975
Dependencies
derive_more ^1.0.0
normal
duplicate ^2.0.0
normal
num ^0.4.3
normal
num-traits ^0.2.19
normal
rug ^1.26.1
normal
optional
serde ^1.0.215
normal
thiserror ^2.0.3
normal
Versions
87.61%
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
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
FpChecks
ftl_
numkernel
0.1.0
FpChecks
Implementations on Foreign Types
Complex<f64>
f64
Implementors
In crate ftl_
numkernel
ftl_numkernel
Trait
FpChecks
Copy item path
Source
pub trait FpChecks:
IsFinite
+
IsInfinite
+
IsNaN
+
IsNormal
+
IsSubnormal
{ }
Implementations on Foreign Types
§
Source
§
impl
FpChecks
for
f64
Source
§
impl
FpChecks
for
Complex
<
f64
>
Implementors
§