aboutsummaryrefslogtreecommitdiffstats
path: root/man3/cabs.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cabs.3')
-rw-r--r--man3/cabs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/cabs.3 b/man3/cabs.3
index 8141af9a50..564bd1b30f 100644
--- a/man3/cabs.3
+++ b/man3/cabs.3
@@ -19,10 +19,10 @@ The
.BR cabs ()
function returns the absolute value of the complex number z. The
result is a real number.
-.SH NOTES
-The function is actually an alias for hypot(a,b) = sqrt(a*a+b*b).
.SH "CONFORMING TO"
C99
+.SH NOTES
+The function is actually an alias for hypot(a,b) = sqrt(a*a+b*b).
.SH "SEE ALSO"
.BR abs (3),
.BR cimag (3),