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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t75 my $z = cplx( 1, 1);
86 my $z = cplx( 1, 1);
99 my $z = cplx( 1, 1);
113 my $i = cplx(0, 1);
114 my $pi = cplx(pi, 0);
115 my $pii = cplx(0, pi);
116 my $pip2 = cplx(pi/2, 0);
117 my $zero = cplx(0, 0);
310 my \$z = cplx('2+3i');
319 print "not " unless \$z == cplx(
[all...]
H A DComplex.pm63 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 DCPAN.pm2981 @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 22 milliseconds