Searched defs:cplx (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 63 cplx cplxe 229 # cplx 234 sub cplx { subroutine 353 $z2 = cplx($z2) unless ref $z2; 370 $z2 = cplx($z2) unless ref $z2; 501 cplx(@{$w->cartesian}) : $w; 632 return $re < 0 ? cplx(0, CORE::sqrt(-$re)) : CORE::sqrt($re) 695 push @root, $cartesian ? cplx(@{$w->cartesian}) : $w; 793 return $z > 0 ? CORE::log($z) : cplx(CORE::log(-$z), pi); 826 $z = cplx( [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 2981 @return = cplx('CPAN::Author',uc($word)); 2984 @return = cplx('CPAN::Bundle',$word); 2986 @return = cplx('CPAN::Distribution',$word); 2993 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word)); 3002 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word)); 3009 #-> sub CPAN::Complete::cplx ; 3010 sub cplx { subroutine 3023 cplx('CPA [all...] |
Completed in 28 milliseconds