]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/creal.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / creal.3
index 8267c24b9b27e2ab7102ece3ba18d66935a450ca..6dd6db1b7df56cbdad365a21540981598dbdec46 100644 (file)
@@ -15,13 +15,13 @@ creal, crealf, creall \- get real part of a complex number
 .sp
 Link with \-lm.
 .SH DESCRIPTION
-The 
+The
 .BR creal ()
 function returns the real part of the complex number z.
 .LP
 One has z = creal(z) + I*cimag(z).
 .SH NOTE
-The gcc supports also __real__. That is a GNU extension. 
+The gcc supports also __real__. That is a GNU extension.
 .SH "CONFORMING TO"
 C99
 .SH "SEE ALSO"