Skip to content

0.12.6 Add roundToReciprocal() - fast and more precise alternative for round() with multiplier

Compare
Choose a tag to compare
@agdavydov81 agdavydov81 released this 13 Mar 10:03
· 276 commits to master since this release

Main improvement: Add roundToReciprocal() as a fast and more precise alternative for round() with multiplier.

Fix: pack(... , BID_ROUNDING_EXCEPTION) case
Fix: get_BID64() mantissa overflow processing.
Add: tryParse() with output status flag.
Refactor: Java: Mark *Checked functions as deprecated, as these functions required only for internal usage (by value-type agent).
Add: Some tests, benchmarks and precision loss examples.