Docs.rs
Rustb-0.4.1
Rustb 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LiuyichenYanwushang
Dependencies
blas ^0.23.0
normal
cblas-sys ^0.2.0
normal
gnuplot ^0.0.39
normal
intel-mkl-src ^0.8.1
normal
optional
lapack ^0.19.0
normal
ndarray ^0.16.1
normal
ndarray-linalg ^0.17.0
normal
netlib-src ^0.8.0
normal
optional
num-complex ^0.4.4
normal
num-traits ^0.2.17
normal
openblas-src ^0.10.4
normal
optional
rayon ^1.8.0
normal
serde ^1.0.215
normal
Versions
42.51%
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
Rustb
0.4.1
ToFloat
Required Methods
to_float
Implementations on Foreign Types
f32
f64
isize
usize
Implementors
In Rustb::
generics
Rustb
::
generics
Trait
ToFloat
Copy item path
Source
pub trait ToFloat { // Required method fn
to_float
(self) ->
f64
; }
Required Methods
§
Source
fn
to_float
(self) ->
f64
Implementations on Foreign Types
§
Source
§
impl
ToFloat
for
f32
Source
§
fn
to_float
(self) ->
f64
Source
§
impl
ToFloat
for
f64
Source
§
fn
to_float
(self) ->
f64
Source
§
impl
ToFloat
for
isize
Source
§
fn
to_float
(self) ->
f64
Source
§
impl
ToFloat
for
usize
Source
§
fn
to_float
(self) ->
f64
Implementors
§