pub struct Posit64(/* private fields */);
Implementations§
Source§impl Posit64
impl Posit64
pub const ZERO: Posit64
pub const NAR: Posit64
pub const fn to_u64(&self) -> u64
👎Deprecated since 1.5.3: use
into
pub const fn into_u64(self) -> u64
pub fn is_nar(&self) -> bool
pub fn is_zero(&self) -> bool
pub fn is_negative(&self) -> bool
pub fn is_positive(&self) -> bool
pub fn abs(self) -> Self
pub fn from_bits(bits: u64) -> Self
pub fn decode(&self) -> Result<(bool, i16, u64, u64), PositDecodeError>
pub fn encode(sign: bool, regime: i16, exp: u64, mantissa: u64) -> Self
Trait Implementations§
Source§impl AddAssign for Posit64
impl AddAssign for Posit64
Source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moreSource§impl DivAssign for Posit64
impl DivAssign for Posit64
Source§fn div_assign(&mut self, other: Self)
fn div_assign(&mut self, other: Self)
Performs the
/=
operation. Read moreSource§impl MulAssign for Posit64
impl MulAssign for Posit64
Source§fn mul_assign(&mut self, other: Self)
fn mul_assign(&mut self, other: Self)
Performs the
*=
operation. Read moreSource§impl Ord for Posit64
impl Ord for Posit64
Source§impl PartialOrd for Posit64
impl PartialOrd for Posit64
Source§impl SubAssign for Posit64
impl SubAssign for Posit64
Source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Performs the
-=
operation. Read moreimpl Copy for Posit64
impl Eq for Posit64
impl StructuralPartialEq for Posit64
Auto Trait Implementations§
impl Freeze for Posit64
impl RefUnwindSafe for Posit64
impl Send for Posit64
impl Sync for Posit64
impl Unpin for Posit64
impl UnwindSafe for Posit64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes