Searched refs:rad2rad (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm62 sub rad2rad($) { remt($_[0], pi2) } subroutine
70 sub deg2rad ($;$) { my $d = DR * $_[0]; $_[1] ? $d : rad2rad($d) }
78 sub grad2rad ($;$) { my $d = GR * $_[0]; $_[1] ? $d : rad2rad($d) }
148 return rad2rad($direction);
317 You can also do the wrapping explicitly by rad2rad(), deg2deg(), and

Completed in 15 milliseconds