Change 33650 by [EMAIL PROTECTED] on 2008/04/06 14:53:02

        Subject: [PATCH] perlfunc.pod: atan2(0,0) returns 0, not undef
        From: Paul Fenwick <[EMAIL PROTECTED]>
        Date: Sun, 06 Apr 2008 11:28:27 +1000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#594 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#594 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#593~33558~    2008-03-25 02:22:24.000000000 -0700
+++ perl/pod/perlfunc.pod       2008-04-06 07:53:02.000000000 -0700
@@ -492,7 +492,8 @@
 
     sub tan { sin($_[0]) / cos($_[0])  }
 
-Note that atan2(0, 0) is not well-defined.
+Note that atan2(0, 0) is not well-defined, however the Perl
+implmentation returns C<0> for this value.
 
 =item bind SOCKET,NAME
 X<bind>
End of Patch.

Reply via email to