andersonpd / eris

A new library for the D programming language
7 stars 0 forks source link

Documentation #7

Open georgy7 opened 7 years ago

georgy7 commented 7 years ago

Hi. It would be great to see some docs or even the short explanation, what is meant by the different types. For instance, does this library implements some type of exact arbitrary-precision numbers or approximate decimal numbers (int * 10^int) or both. One needs to read the code to just get it.

andersonpd commented 7 years ago

On 10-Mar-17 7:53 AM, Георгий У. wrote:

It would be great to see some docs or even the short explanation, what is meant by the different types. For instance, does this library implements some type of exact arbitrary-precision numbers or approximate decimal numbers (int * 10^int) or both. One needs to read the code to just get it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andersonpd/eris/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AAydGZfYIyzT5v1gvC41deFGrGrXo8Asks5rkXHegaJpZM4MZiwS.

Major upgrade due in the next few weeks -- hopefully in time for DConf17.

Have made the switch to std.bigint, new docs coming, including introductory material.

zaydek-old commented 7 years ago

Hi Anderson, what's the news? Where can I learn more?? Thanks!