Manual Page Result
0
Command: creal | Section: 3 | Source: OpenBSD | File: creal.3
CREAL(3) FreeBSD Library Functions Manual CREAL(3)
NAME
creal, crealf, creall - complex real functions
SYNOPSIS
#include <complex.h>
double
creal(double complex z);
float
crealf(float complex z);
long double
creall(long double complex z);
DESCRIPTION
The creal(), crealf() and creall() functions compute the real part of z.
RETURN VALUES
The creal(), crealf() and creall() functions return the real part of z.
SEE ALSO
carg(3)
STANDARDS
The creal(), crealf() and creall() functions conform to ISO/IEC 9899:1999
("ISO C99").
FreeBSD 14.1-RELEASE-p8 June 5, 2013 FreeBSD 14.1-RELEASE-p8