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