Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flesh out algorithms for addition, subtraction, multiplication, divis…
…ion, and remainder (#143) * Add `toFixed`, `toPrecision`, and `toExponential` * Define AO to massage a potential Decimal128 value to an actual one * Say that Decimal128 values aren't ECMAScript language values * Inline AO used only in the constructor * Fix references to undefined variables and mark an in-progres spot * Flesh out `round` method * Fix specification for exponent in `divide` * Add checks for rounding mode * Flesh out constructor * Add brand checks * Add links * Add reference for rounding * Add more IEEE 754 references * Use "Otherwise" * Add note about how we convert from Number relates to #122
- Loading branch information