Mercurial > hg > octave-nkf
diff scripts/general/cart2pol.m @ 10687:a8ce6bdecce5
Improve documentation strings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 08 Jun 2010 20:22:38 -0700 |
parents | 742cf6388a8f |
children | 7357e37f34fa |
line wrap: on
line diff
--- a/scripts/general/cart2pol.m +++ b/scripts/general/cart2pol.m @@ -22,7 +22,7 @@ ## Transform Cartesian to polar or cylindrical coordinates. ## @var{x}, @var{y} (and @var{z}) must be the same shape, or scalar. ## @var{theta} describes the angle relative to the positive x-axis. -## @var{r} is the distance to the z-axis (0, 0, z). +## @var{r} is the distance to the z-axis @w{(0, 0, z)}. ## @seealso{pol2cart, cart2sph, sph2cart} ## @end deftypefn