IeeeFloatCast
vstd
Ieee
Float
Cast
Required Methods
ieee_cast
Implementations on Foreign Types
f32
f32
f32
f32
f32
f32
f32
f32
f32
f32
f32
f32
f64
f64
f64
f64
f64
f64
f64
f64
f64
f64
f64
f64
i8
i8
i16
i16
i32
i32
i64
i64
i128
i128
u8
u8
u16
u16
u32
u32
u64
u64
u128
u128
Implementors
In vstd::
prelude
vstd
::
prelude
Trait
Ieee
Float
Cast
Copy item path
pub trait IeeeFloatCast<To> { // Required method fn
ieee_cast
(self) -> To; }
Required Methods
§
fn
ieee_cast
(self) -> To
Implementations on Foreign Types
§
§
impl
IeeeFloatCast
<
f32
> for
f64
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
i8
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
i16
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
i32
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
i64
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
i128
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
u8
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
u16
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
u32
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
u64
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f32
> for
u128
§
fn
ieee_cast
(self) ->
f32
§
impl
IeeeFloatCast
<
f64
> for
f32
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
i8
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
i16
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
i32
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
i64
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
i128
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
u8
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
u16
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
u32
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
u64
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
f64
> for
u128
§
fn
ieee_cast
(self) ->
f64
§
impl
IeeeFloatCast
<
i8
> for
f32
§
fn
ieee_cast
(self) ->
i8
§
impl
IeeeFloatCast
<
i8
> for
f64
§
fn
ieee_cast
(self) ->
i8
§
impl
IeeeFloatCast
<
i16
> for
f32
§
fn
ieee_cast
(self) ->
i16
§
impl
IeeeFloatCast
<
i16
> for
f64
§
fn
ieee_cast
(self) ->
i16
§
impl
IeeeFloatCast
<
i32
> for
f32
§
fn
ieee_cast
(self) ->
i32
§
impl
IeeeFloatCast
<
i32
> for
f64
§
fn
ieee_cast
(self) ->
i32
§
impl
IeeeFloatCast
<
i64
> for
f32
§
fn
ieee_cast
(self) ->
i64
§
impl
IeeeFloatCast
<
i64
> for
f64
§
fn
ieee_cast
(self) ->
i64
§
impl
IeeeFloatCast
<
i128
> for
f32
§
fn
ieee_cast
(self) ->
i128
§
impl
IeeeFloatCast
<
i128
> for
f64
§
fn
ieee_cast
(self) ->
i128
§
impl
IeeeFloatCast
<
u8
> for
f32
§
fn
ieee_cast
(self) ->
u8
§
impl
IeeeFloatCast
<
u8
> for
f64
§
fn
ieee_cast
(self) ->
u8
§
impl
IeeeFloatCast
<
u16
> for
f32
§
fn
ieee_cast
(self) ->
u16
§
impl
IeeeFloatCast
<
u16
> for
f64
§
fn
ieee_cast
(self) ->
u16
§
impl
IeeeFloatCast
<
u32
> for
f32
§
fn
ieee_cast
(self) ->
u32
§
impl
IeeeFloatCast
<
u32
> for
f64
§
fn
ieee_cast
(self) ->
u32
§
impl
IeeeFloatCast
<
u64
> for
f32
§
fn
ieee_cast
(self) ->
u64
§
impl
IeeeFloatCast
<
u64
> for
f64
§
fn
ieee_cast
(self) ->
u64
§
impl
IeeeFloatCast
<
u128
> for
f32
§
fn
ieee_cast
(self) ->
u128
§
impl
IeeeFloatCast
<
u128
> for
f64
§
fn
ieee_cast
(self) ->
u128
§
impl
IeeeFloatCast
<
real
> for
f32
§
fn
ieee_cast
(self) ->
real
§
impl
IeeeFloatCast
<
real
> for
f64
§
fn
ieee_cast
(self) ->
real
Implementors
§
§
impl
IeeeFloatCast
<
f32
> for
real
§
impl
IeeeFloatCast
<
f64
> for
real