diff options
Diffstat (limited to 'man3/scalb.3')
| -rw-r--r-- | man3/scalb.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/scalb.3 b/man3/scalb.3 index 3353e1389b..6f1576a662 100644 --- a/man3/scalb.3 +++ b/man3/scalb.3 @@ -77,7 +77,12 @@ can be obtained by including .IR <float.h> . .\" not in /usr/include but in a gcc lib .SH RETURN VALUE -On success, these functions return \fIx\fP * \fBFLT_RADIX\fP ** \fIexp\fP. +On success, these functions return +.IR x +* +.B FLT_RADIX +** +.IR exp . If .I x |
