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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm29 cartesian_to_spherical
80 sub cartesian_to_spherical { subroutine
117 return ( cartesian_to_spherical( cylindrical_to_cartesian( @_ ) ) );
331 ($rho, $theta, $phi) = cartesian_to_spherical($x, $y, $z);
381 =item cartesian_to_spherical
383 ($rho, $theta, $phi) = cartesian_to_spherical($x, $y, $z);

Completed in 15 milliseconds