0.12.6 Add roundToReciprocal() - fast and more precise alternative for round() with multiplier
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.