pub struct NSIntegral {
pub f: String,
pub a: f64,
pub b: f64,
}Expand description
Nonstandard Riemann integral computed via infinitesimal partitions.
Fields§
§f: String§a: f64§b: f64Implementations§
Source§impl NSIntegral
impl NSIntegral
Auto Trait Implementations§
impl Freeze for NSIntegral
impl RefUnwindSafe for NSIntegral
impl Send for NSIntegral
impl Sync for NSIntegral
impl Unpin for NSIntegral
impl UnsafeUnpin for NSIntegral
impl UnwindSafe for NSIntegral
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