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

/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DTrig.t99 my ($r,$t,$z) = cartesian_to_cylindrical(1,1,1);
111 ($r,$t,$z) = cartesian_to_cylindrical(1,1,0);
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm29 my @rdlcnv = qw(cartesian_to_cylindrical
136 sub cartesian_to_cylindrical { subroutine
463 ($rho, $theta, $z) = cartesian_to_cylindrical($x, $y, $z);
509 =item cartesian_to_cylindrical
511 ($rho, $theta, $z) = cartesian_to_cylindrical($x, $y, $z);

Completed in 129 milliseconds