File: complex.tex

package info (click to toggle)
picolibc 1.8.11-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 50,064 kB
  • sloc: ansic: 404,031; asm: 24,984; sh: 2,585; python: 2,289; perl: 680; pascal: 329; exp: 287; makefile: 222; cpp: 71; xml: 40
file content (79 lines) | stat: -rw-r--r-- 2,039 bytes parent folder | download | duplicates (6)
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
77
78
79
@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 
* Function cabs::	Complex absolute value
* Function cacos::	Complex arc cosine
* Function cacosh::	Complex arc hyperbolic cosine
* Function carg::	Argument (also called phase angle)
* Function casin::	Complex arc sine
* Function casinh::	Complex arc hyperbolic sine
* Function catan::	Complex arc tangent
* Function catanh::	Complex arc hyperbolic tangent
* Function ccos::	Complex cosine
* Function ccosh::	Complex hyperbolic cosine
* Function cexp::	Complex exponent
* Function cimag::	Imaginary part
* Function clog::	Complex natural (base e) logarithm
* Function clog10::	Complex base 10 logarithm
* Function conj::	Complex conjugate
* Function cpow::	Complex power function
* Function cproj::	Compute a projection on the Riemann sphere
* Function creal::	Real part
* Function csin::	Complex sine
* Function csinh::	Complex hyperbolic sine
* Function csqrt::	Complex square root
* Function ctan::	Complex tangent
* Function 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/clog10.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