Re: [HACKERS] NUMERIC and Perl - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] NUMERIC and Perl
Date
Msg-id 36DCB721.C6D4E271@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] NUMERIC and Perl  (jwieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] NUMERIC and Perl
List pgsql-hackers
>     Should  be  a string - or is Perl capable of handling numbers
>     with hundreds of digits before and after  the  decimal  point
>     (ALL SIGNIFICANT)?

golem> perl -e '{printf("%30.18f\n", 1234567890.2345678901234567890)}'1234567890.234567880630493164

Looks like not, unless I'm forgetting a feature...
                  - Tom


pgsql-hackers by date:

Previous
From: "Billy G. Allie"
Date:
Subject: ...
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] datetime.c in v6.4.3beta2 ...