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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t77 $z->Im(3);
78 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
79 print 'not ' unless Re($z) == 2 and Im($z) == 3;
88 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
92 (Im($z) - 3 ) < $eps;
101 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
105 (Im(
[all...]
H A DComplex.pm60 i Re Im rho theta arg
163 $im = Im($im);
718 # Im
720 # Return or set Im(z).
722 sub Im { subroutine
723 my ($z, $Im) = @_;
725 if (defined $Im) {
726 $z->{'cartesian'} = [ ${$z->cartesian}[0], $Im ];
1172 $u->Im(-$u->Im) i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm228 'real' => q|$\Im$|, # blackletter capital R = real part symbol

Completed in 885 milliseconds