Home
last modified time | relevance | path

Searched refs:_cartesian (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm410 sub _cartesian {$_[0]->{c_dirty} ? subroutine
454 my ($re1, $im1) = @{$z1->_cartesian};
456 my ($re2, $im2) = ref $z2 ? @{$z2->_cartesian} : ($z2, 0);
471 my ($re1, $im1) = @{$z1->_cartesian};
473 my ($re2, $im2) = @{$z2->_cartesian};
504 my ($x1, $y1) = @{$z1->_cartesian};
506 my ($x2, $y2) = @{$z2->_cartesian};
563 ($x2, $y2) = @{$z1->_cartesian};
568 my ($x1, $y1) = @{$z1->_cartesian};
570 ($x2, $y2) = @{$z2->_cartesian};
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t523 my \$za = cplx(ref \$z0 ? \@{\$z0->_cartesian} : (\$z0, 0));
525 my (\$z1r, \$z1i) = ref \$z1 ? \@{\$z1->_cartesian} : (\$z1, 0);
530 my (\$zbr, \$zbi) = \@{\$zb->_cartesian};