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 DTrig.t126 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 DTrig.pm33 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