Welcome to mirror list, hosted at ThFree Co, Russian Federation.

complex.tex « complex « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec3258a5e4a095a5779c108c576eb997619c05c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@node Complex
@chapter Mathematical Complex Functions (@file{complex.h})

This chapter groups the complex mathematical functions.  The
corresponding definitions and declarations are in @file{complex.h}.  
Functions and documentations are taken from NetBSD.

@menu 
* cabs::	Complex absolute value
* cacos::	Complex arc cosine
* cacosh::	Complex arc hyperbolic cosine
* carg::	Argument (also called phase angle)
* casin::	Complex arc sine
* casinh::	Complex arc hyperbolic sine
* catan::	Complex arc tangent
* catanh::	Complex arc hyperbolic tangent
* ccos::	Complex cosine
* ccosh::	Complex hyperbolic cosine
* cexp::	Complex exponent
* cimag::	Imaginary part
* clog::	Complex natural (base e) logarithm
* conj::	Complex conjugate
* cpow::	Complex power function
* cproj::	Compute a projection on the Riemann sphere
* creal::	Real part
* csin::	Complex sine
* csinh::	Complex hyperbolic sine
* csqrt::	Complex square root
* ctan::	Complex tangent
* ctanh::	Complex hyperbolic tangent
@end menu

@page
@include   complex/cabs.def
@page
@include   complex/cacos.def
@page
@include   complex/cacosh.def
@page
@include   complex/carg.def
@page
@include   complex/casin.def
@page
@include   complex/casinh.def
@page
@include   complex/catan.def
@page
@include   complex/catanh.def
@page
@include   complex/ccos.def
@page
@include   complex/ccosh.def
@page
@include   complex/cexp.def
@page
@include   complex/cimag.def
@page
@include   complex/clog.def
@page
@include   complex/conj.def
@page
@include   complex/cpow.def
@page
@include   complex/cproj.def
@page
@include   complex/creal.def
@page
@include   complex/csin.def
@page
@include   complex/csinh.def
@page
@include   complex/csqrt.def
@page
@include   complex/ctan.def
@page
@include   complex/ctanh.def