Tony Crawford

As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270817
Formulae on the pages should be T = S / C not T = C / S.
This commit is contained in:
Michael Kerrisk 2004-12-20 13:43:09 +00:00
parent dc23fde14f
commit 3047394a62
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,8 @@ ctan, ctanf, ctanl \- complex tangent function
.sp
Link with \-lm.
.SH DESCRIPTION
The complex tangent function ctan(z) is defined as ccos(z)/csin(z).
The complex tangent function ctan(z) is defined mathematically as
csin(z) / ccos(z).
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"

View File

@ -15,8 +15,8 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
.sp
Link with \-lm.
.SH DESCRIPTION
The complex hyperbolic tangent function tanh(z) is defined as
cosh(z)/sinh(z).
The complex hyperbolic tangent function tanh(z) is defined
mathematically as sinh(z) / cosh(z).
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"