1conj(3M)                Mathematical Library Functions                conj(3M)
2
3
4

NAME

6       conj, conjf, conjl - complex conjugate functions
7

SYNOPSIS

9       c99 [ flag... ] file... -lm [ library... ]
10       #include <complex.h>
11
12       double complex conj(double complex z);
13
14
15       float complex conjf(float complex z);
16
17
18       long double complex conjl(long double complex z);
19
20

DESCRIPTION

22       These  functions  compute  the complex conjugate of z, by reversing the
23       sign of its imaginary part.
24

RETURN VALUES

26       These functions return the complex conjugate value.
27

ERRORS

29       No errors are defined.
30

ATTRIBUTES

32       See attributes(5) for descriptions of the following attributes:
33
34
35
36
37       ┌─────────────────────────────┬─────────────────────────────┐
38       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
39       ├─────────────────────────────┼─────────────────────────────┤
40       │Interface Stability          │Standard                     │
41       ├─────────────────────────────┼─────────────────────────────┤
42       │MT-Level                     │MT-Safe                      │
43       └─────────────────────────────┴─────────────────────────────┘
44

SEE ALSO

46       carg(3M),   cimag(3M),    complex.h(3HEAD),    cproj(3M),    creal(3M),
47       attributes(5), standards(5)
48
49
50
51SunOS 5.11                        12 Jul 2006                         conj(3M)
Impressum