Delete line that should have been deleted when applying

2.08 fix for this page.
This commit is contained in:
Michael Kerrisk 2005-12-05 09:30:10 +00:00
parent 67497d825e
commit fed1575042
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ Or one may use polar coordinates and gets z = r*cexp(I*a)
where r = cabs(z) is the "radius", the "modulus", the absolute value of z,
and a = carg(z) is the "phase angle", the argument of z.
.LP
One has carg(z) = atan(cimag(z) / creal(z)).
One has tan(carg(z)) = cimag(z) / creal(z).
.SH "RETURN VALUE"
The return value is the range of [\-pi,pi].