diff options
Diffstat (limited to 'man3/sinh.3')
| -rw-r--r-- | man3/sinh.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/sinh.3 b/man3/sinh.3 index 39e67d0013..9cd607aa1a 100644 --- a/man3/sinh.3 +++ b/man3/sinh.3 @@ -45,7 +45,9 @@ sinh, sinhf, sinhl \- hyperbolic sine function .sp Link with \-lm. .SH DESCRIPTION -The \fBsinh\fP() function returns the hyperbolic sine of \fIx\fP, which +The +.BR sinh () +function returns the hyperbolic sine of \fIx\fP, which is defined mathematically as (exp(x) \- exp(\-x)) / 2. .SH "CONFORMING TO" SVr4, 4.3BSD, C89. |
