pub(crate) struct GenericCbrtBackend {}Trait Implementations§
Source§impl CbrtBackend for GenericCbrtBackend
impl CbrtBackend for GenericCbrtBackend
fn fma(&self, x: f64, y: f64, z: f64) -> f64
fn polyeval4(&self, x: f64, a0: f64, a1: f64, a2: f64, a3: f64) -> f64
fn halley(&self, x: f64, a: f64) -> f64
fn exact_mul(&self, x: f64, y: f64) -> DoubleDouble
fn quick_mult_f64(&self, x: DoubleDouble, y: f64) -> DoubleDouble
Auto Trait Implementations§
impl Freeze for GenericCbrtBackend
impl RefUnwindSafe for GenericCbrtBackend
impl Send for GenericCbrtBackend
impl Sync for GenericCbrtBackend
impl Unpin for GenericCbrtBackend
impl UnsafeUnpin for GenericCbrtBackend
impl UnwindSafe for GenericCbrtBackend
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