Merge branch 'vendor/GCC50'
[dragonfly.git] / lib / libm / gaps / cexpl.3
1 .\" $NetBSD: cexp.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 CEXPL 3
5 .Os
6 .Sh NAME
7 .Nm cexpl
8 .Nd complex exponential function
9 .Sh LIBRARY
10 .Lb libm
11 .Sh SYNOPSIS
12 .In complex.h
13 .Ft long double complex
14 .Fn cexpl "long double complex z"
15 .Sh DESCRIPTION
16 This function computes the complex exponent of
17 .Ar z ,
18 defined as e**z.
19 .Sh RETURN VALUES
20 This function returns the complex exponential value of
21 .Ar z .
22 .Sh ERRORS
23 No errors are defined.
24 .Sh SEE ALSO
25 .Xr clog 3 ,
26 .St -p1003.1-2001
27 .Aq Pa complex.h
28 .Sh COPYRIGHT
29 Portions of this text are reprinted and reproduced in electronic form
30 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
31 -- Portable Operating System Interface (POSIX), The Open Group Base
32 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
33 Electrical and Electronics Engineers, Inc and The Open Group.
34 In the
35 event of any discrepancy between this version and the original IEEE and
36 The Open Group Standard, the original IEEE and The Open Group Standard
37 is the referee document.
38 The original Standard can be obtained online at
39 http://www.opengroup.org/unix/online.html .