Docs.rs
Rustb-0.1.15
Rustb 0.1.15
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LiuyichenYanwushang
Dependencies
gnuplot ^0.0.39
normal
intel-mkl-src ^0.8.1
normal
lapack ^0.19.0
normal
ndarray ^0.15.6
normal
ndarray-linalg ^0.16.0
normal
netlib-src ^0.8.0
normal
num-complex ^0.4.4
normal
num-traits ^0.2.17
normal
openblas-src ^0.10.4
normal
rayon ^1.8.0
normal
Versions
67.21%
of the crate is documented
Go to latest version
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
Rustb
0.1.15
usefloat
Required Methods
from
Implementations on Foreign Types
f32
f64
Object Safety
Implementors
In crate Rustb
?
Trait
Rustb
::
usefloat
source
·
[
−
]
pub trait usefloat:
Copy
+
Clone
+
Zero
{ // Required method fn
from
<T:
ToFloat
>(n: T) -> Self; }
Required Methods
§
source
fn
from
<T:
ToFloat
>(n: T) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
usefloat
for
f32
source
§
fn
from
<T:
ToFloat
>(n: T) -> Self
source
§
impl
usefloat
for
f64
source
§
fn
from
<T:
ToFloat
>(n: T) -> Self
Implementors
§