Skip to main content

DBig

Type Alias DBig 

Source
pub type DBig = FBig<HalfAway, 10>;
Expand description

Multi-precision float number with decimal exponent and HalfAway rounding mode

Aliased Type§

pub struct DBig { /* private fields */ }

Trait Implementations§

Source§

impl Sub<&CBig> for DBig

Source§

type Output = CBig

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: &CBig) -> CBig

Performs the - operation. Read more
Source§

impl Sub<&CBig> for &DBig

Source§

type Output = CBig

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: &CBig) -> CBig

Performs the - operation. Read more
Source§

impl Sub<CBig> for DBig

Source§

type Output = CBig

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: CBig) -> CBig

Performs the - operation. Read more
Source§

impl Sub<CBig> for &DBig

Source§

type Output = CBig

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: CBig) -> CBig

Performs the - operation. Read more