Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / atan2.al
blobdfee648a190b03feca13a28b421dfee463d806f0
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 148 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/atan2.al)"
7 sub atan2 {
8     usage "atan2(x,y)" if @_ != 2;
9     CORE::atan2($_[0], $_[1]);
12 # end of POSIX::atan2