c7ce1a4c2ee756d153b7b80f3b2450eb5935bf9d
[dragonfly.git] / lib / libm / gaps / casinl.3
1 .\" $NetBSD: casin.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 November 30, 2014
4 .Dt CASINL 3
5 .Os
6 .Sh NAME
7 .Nm casinl
8 .Nd complex arc sine function
9 .Sh SYNOPSIS
10 .In complex.h
11 .Ft long double complex
12 .Fn casinl "long double complex z"
13 .Sh DESCRIPTION
14 This function computes the complex arc sine of
15 .Ar z ,
16 with branch cuts outside the interval [\-1,\ +1] along the
17 real axis.
18 .Sh RETURN VALUES
19 This function returns the complex arc sine value, in the range
20 of a strip mathematically unbounded along the imaginary
21 axis and in the interval [\-pi/2,\ +pi/2] along the
22 real axis.
23 .Sh ERRORS
24 No errors are defined.
25 .Sh SEE ALSO
26 .Xr csin 3 ,
27 .St -p1003.1-2001
28 .Aq Pa complex.h
29 .Sh COPYRIGHT
30 Portions of this text are reprinted and reproduced in electronic form
31 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
32 -- Portable Operating System Interface (POSIX), The Open Group Base
33 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
34 Electrical and Electronics Engineers, Inc and The Open Group.
35 In the
36 event of any discrepancy between this version and the original IEEE and
37 The Open Group Standard, the original IEEE and The Open Group Standard
38 is the referee document.
39 The original Standard can be obtained online at
40 http://www.opengroup.org/unix/online.html .