Message-ID: <
47F8273B.6010504@perltraining.com.au>
p4raw-id: //depot/perl@33650
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>