Add rounding functions to Decimal numbers.

This commit is contained in:
Stephen Chung
2021-02-13 23:25:22 +08:00
parent 224d93f167
commit fc21756785
2 changed files with 113 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ Bug fixes
* Empty statements (i.e. statements with only one `;`) now parse correctly and no longer hang.
* `continue`, `break` and `return` statements no longer panic inside a `try .. catch` block.
* `round` function for `f64` is now implemented correctly.
Breaking changes
----------------