pub struct BoxFloat { /* private fields */ }Methods from Deref<Target = BigFloat>§
pub fn precision_bits(&self) -> u64
pub fn sign(&self) -> Sign
pub fn exponent(&self) -> Exponent
pub fn mantissa_len(&self) -> usize
pub fn mantissa(&self) -> &[Limb] ⓘ
pub fn mantissa_mut(&mut self) -> &mut [Limb] ⓘ
pub fn full_mantissa(&self) -> &[Limb] ⓘ
pub fn full_mantissa_mut(&mut self) -> &mut [Limb] ⓘ
pub fn copy_from(&mut self, src: &BigFloat, rnd: Round) -> Approx
pub fn to_f64(&self, rnd: Round) -> (f64, Approx)
pub fn repr(&self) -> &FloatRepr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxFloat
impl RefUnwindSafe for BoxFloat
impl Send for BoxFloat
impl Sync for BoxFloat
impl Unpin for BoxFloat
impl UnwindSafe for BoxFloat
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