Upgrade to Perl 5.8.8
[msysgit/kusma.git] / lib / perl5 / 5.8.8 / msys / auto / POSIX / sin.al
blob06cc117f22cd76a26bb2018a3959829f55d19b39
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit is run again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 175 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/sin.al)"
7 sub sin {
8     usage "sin(x)" if @_ != 1;
9     CORE::sin($_[0]);
12 # end of POSIX::sin