Another take on decimal data types

Dennis Cote private at secret.com
Tue Jan 9 23:31:15 UTC 2018


On Tuesday, 9 January 2018 at 22:00:13 UTC, rumbu wrote:
> Documentation: http://rumbu13.github.io/decimal/doc/package.html

I noticed a minor typo in the documentation:

     auto b = decimal32(123456789); //inexact, represented as 
1234568 * x 10^^2

I believe the "*" should be deleted.

This is great documentation!


More information about the Digitalmars-d-announce mailing list