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

/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm58 sub _DR () { pi2/360 } subroutine
86 sub deg2rad ($;$) { my $d = _DR * $_[0]; $_[1] ? $d : rad2rad($d) }

Completed in 158 milliseconds