]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man/man3/cpow.3
man/, share/mk/: Move man*/ to man/
[thirdparty/man-pages.git] / man / man3 / cpow.3
CommitLineData
a1eaacb1 1'\" t
fea681da 2.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2297bf0e 3.\"
95fb8859 4.\" SPDX-License-Identifier: GPL-1.0-or-later
fea681da 5.\"
4c1c5274 6.TH cpow 3 (date) "Linux man-pages (unreleased)"
fea681da
MK
7.SH NAME
8cpow, cpowf, cpowl \- complex power function
2af19291
AC
9.SH LIBRARY
10Math library
8fc3b2cf 11.RI ( libm ", " \-lm )
fea681da 12.SH SYNOPSIS
62218dc0 13.nf
fea681da 14.B #include <complex.h>
c6d039a3 15.P
54dde4f8
AC
16.BI "double complex cpow(double complex " x ", double complex " z );
17.BI "float complex cpowf(float complex " x ", float complex " z );
4989f80d 18.BI "long double complex cpowl(long double complex " x ,
54dde4f8 19.BI " long double complex " z );
62218dc0 20.fi
fea681da 21.SH DESCRIPTION
5600f73a 22These functions calculate
e5056894
MK
23.I x
24raised to the power
1ae6b2c7 25.I z
5600f73a 26(with a branch cut for
e5056894 27.I x
ca308102 28along the negative real axis).
5fb52537
MS
29.SH ATTRIBUTES
30For an explanation of the terms used in this section, see
31.BR attributes (7).
32.TS
33allbox;
c466875e 34lbx lb lb
5fb52537
MS
35l l l.
36Interface Attribute Value
37T{
9e54434e
BR
38.na
39.nh
5fb52537
MS
40.BR cpow (),
41.BR cpowf (),
42.BR cpowl ()
43T} Thread safety MT-Safe
44.TE
3113c7f3 45.SH STANDARDS
4131356c
AC
46C11, POSIX.1-2008.
47.SH HISTORY
48glibc 2.1.
49C99, POSIX.1-2001.
47297adb 50.SH SEE ALSO
fea681da
MK
51.BR cabs (3),
52.BR pow (3),
a8bda636 53.BR complex (7)