ipiq: Add simple IPI latency measure sysctls (2)
[dragonfly.git] / lib / libm / gaps / cpow.3
1 .\" $NetBSD: cpow.3,v 1.3 2013/01/29 02:05:09 matt Exp $
2 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
3 .Dd December 2, 2014
4 .Dt CPOW 3
5 .Os
6 .Sh NAME
7 .Nm cpow ,
8 .Nm cpowf ,
9 .Nm cpowl
10 .Nd complex power functions
11 .Sh LIBRARY
12 .Lb libm
13 .Sh SYNOPSIS
14 .In complex.h
15 .Ft double complex
16 .Fn cpow "double complex x" "double complex y"
17 .Ft float complex
18 .Fn cpowf "float complex x" "float complex y"
19 .Ft long double complex
20 .Fn cpowl "long double complex x" "long double complex y"
21 .Sh DESCRIPTION
22 These functions compute the complex power function x**y,
23 with a branch cut for the first
24 parameter along the negative real axis.
25 .Sh RETURN VALUES
26 These functions return the complex power function value.
27 .Sh ERRORS
28 No errors are defined.
29 .Sh SEE ALSO
30 .Xr cabs 3 ,
31 .Xr csqrt 3 ,
32 .St -p1003.1-2001
33 .Aq Pa complex.h
34 .Sh COPYRIGHT
35 Portions of this text are reprinted and reproduced in electronic form
36 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
37 -- Portable Operating System Interface (POSIX), The Open Group Base
38 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
39 Electrical and Electronics Engineers, Inc and The Open Group.
40 In the
41 event of any discrepancy between this version and the original IEEE and
42 The Open Group Standard, the original IEEE and The Open Group Standard
43 is the referee document.
44 The original Standard can be obtained online at
45 http://www.opengroup.org/unix/online.html .