Searched refs:spherical_to_cartesian (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm33 spherical_to_cartesian
122 sub spherical_to_cartesian { subroutine
131 my ( $x, $y, $z ) = spherical_to_cartesian( @_ );
467 ($x, $y, $z) = spherical_to_cartesian($rho, $theta, $phi);
527 =item spherical_to_cartesian
529 ($x, $y, $z) = spherical_to_cartesian($rho, $theta, $phi);
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DTrig.t131 ($x,$y,$z) = spherical_to_cartesian($r, $t, $f);
143 ($x,$y,$z) = spherical_to_cartesian($r, $t, $f);

Completed in 185 milliseconds