Skip to content

Releases: pdenapo/d_mpdecimal

mark method as trusted

21 Feb 21:03
Compare
Choose a tag to compare
v0.5.5

Mark all the methods calling low level mpdecimal functions as @trusted.

More methods marked with const

10 Feb 19:55
Compare
Choose a tag to compare
v0.5.4

More methods marked with const.

v0.5.3 make some patameters const

10 Feb 19:42
Compare
Choose a tag to compare
Actualizamos el README.

Added a get_status function

06 May 20:34
Compare
Choose a tag to compare

Added a get_status function and check_status renamed to print_status.

A bug fix release.

24 Mar 01:17
Compare
Choose a tag to compare

This a bug fix release. We have removed a debug message.

Adding status error codes

24 Mar 00:59
Compare
Choose a tag to compare

This releases added status error codes and some function to work with them.

More wrappers to functions from the API added to Decimal

20 Sep 00:01
Compare
Choose a tag to compare

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

11 Sep 04:13
Compare
Choose a tag to compare
  • 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.