Home
last modified time | relevance | path

Searched refs:pit2 (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DComplex.pm260 sub pit2 () { 2 * pi } subroutine
396 if ($t > pi()) { $t -= pit2 }
397 elsif ($t <= -pi()) { $t += pit2 }
450 if ($t > pi()) { $t -= pit2 }
451 elsif ($t <= -pi()) { $t += pit2 }
456 if ($t > pi()) { $t -= pit2 }
457 elsif ($t <= -pi()) { $t += pit2 }
592 if ($$theta > pi()) { $$theta -= pit2 }
593 elsif ($$theta <= -pi()) { $$theta += pit2 }
688 my $theta_inc = pit2 / $n;
[all …]