Releases: pdenapo/d_mpdecimal
Releases · pdenapo/d_mpdecimal
mark method as trusted
v0.5.5 Mark all the methods calling low level mpdecimal functions as @trusted.
More methods marked with const
v0.5.3 make some patameters const
Actualizamos el README.
Added a get_status function
Added a get_status function and check_status renamed to print_status.
A bug fix release.
This a bug fix release. We have removed a debug message.
Adding status error codes
This releases added status error codes and some function to work with them.
More wrappers to functions from the API added to Decimal
More functions from the mpdecimal API (like exp, ln, sqrt, ceil, floor, trunc, formar) are now available for Decimal. Also we have added more tests.
First version that works with the dub registry
-
renamed to d_mpdecimal everywhere, since it is a legal identifier (d-mpecimal is not!)
-
reorganized to make it work with the dub registry. The test and example programs where moved to separate dub projects.