diff options
Diffstat (limited to 'man3/ceil.3')
| -rw-r--r-- | man3/ceil.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/ceil.3 b/man3/ceil.3 index 5787fff55d..550d9d5e9e 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -43,7 +43,11 @@ The rounded integer value. If \fIx\fP is integral or infinite, \fIx\fP itself is returned. .SH ERRORS -No errors other than EDOM and ERANGE can occur. +No errors other than +.B EDOM +and +.B ERANGE +can occur. If \fIx\fP is NaN, then NaN is returned and .I errno may be set to EDOM. |
