Sunday 10 April 2016

New: BigDecimals

After BigIntegers, the next logical step was the implementation of BigDecimals. I implemented them using BigIntegers, because a BigDecimal is not much more than a BigInteger divided (or multiplied) by - scaled by - a power of 10.

Unlike BigIntegers, my implementation of BigDecimals does not use any assembler, so it should be usable anywhere BigIntegers can be used.

The BigDecimals are mostly modelled after the interface of the BigDecimal class in Java, but, like BigIntegers, made more Delphi-like. Java BigDecimals do not support operator overloading, while my BigDecimals do. This makes the handling of rounding and precision a little different too.

Anyway, I think that every Delphi should not only have BigIntegers, but BigDecimals too. Have fun with them. They can be found in the same .zip file as BigIntegers. Just read more about them on my website.

The next step is BigDecimal math, like trigonometric, exponential functions etc. One other step will be to host this on GitHub. I am also thinking of writing prime, factorization and other mathematically useful functions for BigIntegers.

1 comment:

  1. Hallo Rudi,

    ich habe vor einer Weile mal einen super Artikel von Dir gelesen.
    http://rvelthuis.de/articles/articles-floats.html
    Leider ist dieser sowie die gesamte Webseite nicht mehr erreichbar. Auf deinem Blog habe ich den Artikel auch nicht gefunden. Kannst Du die gesammelten Werke vielleicht wieder zugänglich machen?

    Das wäre großartig!

    Beste Grüße

    ReplyDelete