Searched refs:cplx (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | Complex.t | 75 my $z = cplx( 1, 1); 86 my $z = cplx( 1, 1); 99 my $z = cplx( 1, 1); 310 my \$z = cplx('2+3i'); 319 print "not " unless \$z == cplx(0,3); 383 my \$za = cplx(ref \$z0 ? \@{\$z0->cartesian} : (\$z0, 0)); 387 my \$zb = cplx(\$z1r, \$z1i);
|
| H A D | Complex.pm | 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($z, 0) unless ref $z; 937 $z = cplx($z, 0) unless ref $z; 962 $z = cplx($z, 0) unless ref $z; [all …]
|
| /onnv-gate/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)); 3010 sub cplx { subroutine 3023 cplx('CPAN::Author',$word), 3024 cplx('CPAN::Bundle',$word), 3025 cplx('CPAN::Distribution',$word), 3026 cplx('CPAN::Module',$word),
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perl5004delta.pod | 973 cplx cplxe
|