diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
commit | c13182efa3b3d77f2563034c8212c0ca798243ca (patch) | |
tree | e7652b26018b7c22cd6a4e4b41404dfaab911303 /man3/creal.3 | |
parent | 4174ff5658082832c2ed511720f18881b3a80a34 (diff) |
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/creal.3')
-rw-r--r-- | man3/creal.3 | 4 |
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" |