by Krumuvecis
Free to use and modify for whatever purposes. No copyrights apply.
This is mainly a library for a new data type PreciseNumber, but also has other functionality.
A new data type representing value +/- error like this.
PreciseNumber consists of 2 parts:
BigDecimalvalue part;NumberErrorerror part, which further consists of 2 parts:BigDecimalvalue of the error;ErrorTypetype of the error (enum).
A list of functions:
- something
- somethingsomething
- somethingsomethingmore
- ...
- JDK: 18
- Maven compiler: 18
- Maven Surefire: 3.0.0-M7
- jetbrains annotations: 23.0.0
Under construction, expect changes...