Type Alias dashu::Decimal

source ·
pub type Decimal = DBig;
Expand description

A verbose alias for DBig (base 10, rounding to the nearest)

Aliased Type§

struct Decimal { /* private fields */ }