Searched defs:sqrt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm61 sqrt log ln
82 'sqrt' => \&sqrt,
341 return $self->{'polar'} = [CORE::sqrt($x*$x + $y*$y),
615 # (sqrt)
617 # Compute sqrt(z).
620 # sqrt() would return the two solutions. This, however, would
623 # print "sqrt(z) = ", sqrt($z), "\n";
629 sub sqrt { subroutine
[all...]

Completed in 22 milliseconds