pub struct BigReal(pub String);Expand description
Wolfram Language BigReal — arbitrary-precision real carried as its WL
textual representation, including any precision/accuracy markers
(e.g. "3.1415926535897932384650.“`).
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for BigReal
Source§impl<'de> FromWXF<'de> for BigReal
impl<'de> FromWXF<'de> for BigReal
Source§fn from_wxf_with_tag<R: Reader<'de>>(
r: &mut WxfReader<R>,
tok: ExpressionEnum,
) -> Result<Self, Error>
fn from_wxf_with_tag<R: Reader<'de>>( r: &mut WxfReader<R>, tok: ExpressionEnum, ) -> Result<Self, Error>
Read the body given the already-consumed expression token.
Source§impl Ord for BigReal
impl Ord for BigReal
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for BigReal
impl PartialOrd for BigReal
impl StructuralPartialEq for BigReal
Auto Trait Implementations§
impl Freeze for BigReal
impl RefUnwindSafe for BigReal
impl Send for BigReal
impl Sync for BigReal
impl Unpin for BigReal
impl UnsafeUnpin for BigReal
impl UnwindSafe for BigReal
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