summaryrefslogtreecommitdiff
path: root/man3/creal.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-12 22:42:49 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-12 22:42:49 +0000
commitc13182efa3b3d77f2563034c8212c0ca798243ca (patch)
treee7652b26018b7c22cd6a4e4b41404dfaab911303 /man3/creal.3
parent4174ff5658082832c2ed511720f18881b3a80a34 (diff)
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/creal.3')
-rw-r--r--man3/creal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/creal.3 b/man3/creal.3
index 8267c24b9..6dd6db1b7 100644
--- a/man3/creal.3
+++ b/man3/creal.3
@@ -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"