From: Jarkko Hietaniemi Date: Sun, 14 Jul 2002 15:58:12 +0000 (+0000) Subject: I would say the long double support has matured enough. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b690f97f41cc912af89eaa33f71eb4dc92365054;p=p5sagit%2Fp5-mst-13.2.git I would say the long double support has matured enough. p4raw-id: //depot/perl@17536 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7ac17e3..97c92ad 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3585,18 +3585,6 @@ C are testing for Unicode code points, not knowing about EBCDIC. The compiler suite is slowly getting better but it continues to be highly experimental. Use in production environments is discouraged. -=head2 The Long Double Support Is Still Experimental - -The ability to configure Perl's numbers to use "long doubles", -floating point numbers of hopefully better accuracy, is still -experimental. The implementations of long doubles are not yet -widespread and the existing implementations are not quite mature -or standardised, therefore trying to support them is a rare -and moving target. The gain of more precision may also be offset -by slowdown in computations (more bits to move around, and the -operations are more likely to be executed by less optimised -libraries). - =head2 Seen In Perl 5.7 But Gone Now C (previously known as C) was removed