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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm28 my @rdlcnv = qw(cartesian_to_cylindrical
104 sub cartesian_to_cylindrical { subroutine
330 ($rho, $theta, $z) = cartesian_to_cylindrical($x, $y, $z);
377 =item cartesian_to_cylindrical
379 ($rho, $theta, $z) = cartesian_to_cylindrical($x, $y, $z);

Completed in 14 milliseconds