Searched refs:spherical_to_cylindrical (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 | 126 my ($r,$t,$z) = cylindrical_to_spherical(spherical_to_cylindrical(1,1,1)); 133 ($r,$t,$z) = spherical_to_cylindrical(cylindrical_to_spherical(1,1,1));
|
H A D | Trig.pm | 33 spherical_to_cylindrical); 98 sub spherical_to_cylindrical { subroutine 335 ($rho_c, $theta, $z) = spherical_to_cylindrical($rho_s, $theta, $phi); 399 =item spherical_to_cylindrical 401 ($rho_c, $theta, $z) = spherical_to_cylindrical($rho_s, $theta, $phi);
|
Completed in 16 milliseconds