Searched refs:cartesian_to_spherical (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Trig.t | 96 my ($r,$t,$f) = cartesian_to_spherical(1,1,1); 110 ($r,$t,$f) = cartesian_to_spherical(1,1,0);
|
H A D | Trig.pm | 29 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 33 milliseconds