]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cabs.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / cabs.3
index 8ca94528d5a8fd20015f2e9dcb59a6d88e5d15b1..9363bf2c75ba907635ee0ed5bec1358cebc9423c 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .TH CABS 3 2002-07-28 "" "complex math routines"
 .SH NAME
-cabs, cabsf, cabsl \- absolute value of a complex number 
+cabs, cabsf, cabsl \- absolute value of a complex number
 .SH SYNOPSIS
 .B #include <complex.h>
 .sp
@@ -15,10 +15,10 @@ cabs, cabsf, cabsl \- absolute value of a complex number
 .sp
 Link with \-lm.
 .SH DESCRIPTION
-The 
-.BR cabs () 
+The
+.BR cabs ()
 function returns the absolute value of the complex number z. The
-result is a real number. 
+result is a real number.
 .SH NOTE
 The function is actually an alias for hypot(a,b) = sqrt(a*a+b*b).
 .SH "CONFORMING TO"