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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm102 # polar [rho, theta] -- polar form
104 # p_dirty polar form not up-to-date
219 $self->{'polar'} = [$rho, $theta];
222 $self->display_format('polar');
293 $i->{'polar'} = [1, pip2];
312 sub polar {$_[0]->{p_dirty} ? subroutine
313 $_[0]->update_polar : $_[0]->{'polar'}}
316 sub set_polar { $_[0]->{c_dirty}++; $_[0]->{'polar'} = $_[1] }
321 # Recompute and return the cartesian form, given accurate polar for
[all...]

Completed in 16 milliseconds