Re: Decimal Numbers

2014-07-08 Thread Paul D Anderson via Digitalmars-d-announce
On Tuesday, 8 July 2014 at 08:15:28 UTC, Sönke Ludwig wrote: Am 07.07.2014 23:15, schrieb Paul D Anderson: On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks.

Re: Decimal Numbers

2014-07-08 Thread Gary Willoughby via Digitalmars-d-announce
On Monday, 7 July 2014 at 21:15:33 UTC, Paul D Anderson wrote: On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks. However, I am unable to register the pack

Re: Decimal Numbers

2014-07-08 Thread Sönke Ludwig via Digitalmars-d-announce
Am 07.07.2014 23:15, schrieb Paul D Anderson: On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks. However, I am unable to register the package because it requir

Re: Decimal Numbers

2014-07-07 Thread Paul D Anderson via Digitalmars-d-announce
On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks. However, I am unable to register the package because it requires a version number, which I don't know how

Re: Decimal Numbers

2014-07-06 Thread Paul D Anderson via Digitalmars-d-announce
On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? I can do that but I want to get the 32-, 64- and 128-bit structs in place first. Probably by midweek (July 9).

Re: Decimal Numbers

2014-07-06 Thread Poyeyo via Digitalmars-d-announce
Can you add a dub.json and submit it to the dub registry?

Re: Decimal Numbers

2014-07-05 Thread Remo via Digitalmars-d-announce
On Thursday, 3 July 2014 at 21:55:42 UTC, Paul D Anderson wrote: A candidate implementation of decimal numbers (arbitrary-precision floating-point numbers) is available for review at https://github.com/andersonpd/eris/tree/master/eris/decimal. This is a substantial rework of an earlier

Re: Decimal Numbers

2014-07-04 Thread Remo via Digitalmars-d-announce
On Thursday, 3 July 2014 at 21:55:42 UTC, Paul D Anderson wrote: A candidate implementation of decimal numbers (arbitrary-precision floating-point numbers) is available for review at https://github.com/andersonpd/eris/tree/master/eris/decimal. This is a substantial rework of an earlier

Re: Decimal Numbers

2014-07-04 Thread Paul D Anderson via Digitalmars-d-announce
On Friday, 4 July 2014 at 06:43:15 UTC, Iain Buclaw via Digitalmars-d-announce wrote: 6) Rename the file decimal.d to package.d, and module eris.decimal.decimal to eris.decimal Thanks, will do. Paul

Re: Decimal Numbers

2014-07-03 Thread Iain Buclaw via Digitalmars-d-announce
On 3 Jul 2014 23:00, "Paul D Anderson via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > A candidate implementation of decimal numbers (arbitrary-precision > floating-point numbers) is available for review at > https://github.com/andersonpd/e

Re: Decimal Numbers

2014-07-03 Thread Paul D Anderson via Digitalmars-d-announce
Sorry for the unusual formatting. Paul

Decimal Numbers

2014-07-03 Thread Paul D Anderson via Digitalmars-d-announce
A candidate implementation of decimal numbers (arbitrary-precision floating-point numbers) is available for review at https://github.com/andersonpd/eris/tree/master/eris/decimal. This is a substantial rework of an earlier implementation which was located at https://github.com/andersonpd