Mercurial > ecos
comparison packages/language/c/libm/current/src/complex/complex.tex @ 3260:77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
port from Newlib.
Add: Single precision floating point library, port from Newlib.
[ Bugzilla 1001539 ]
| author | vae |
|---|---|
| date | Sun, 25 Aug 2013 14:38:57 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3259:8ecac279f33c | 3260:77f9d3253c3e |
|---|---|
| 1 @node Complex | |
| 2 @chapter Mathematical Complex Functions (@file{complex.h}) | |
| 3 | |
| 4 This chapter groups the complex mathematical functions. The | |
| 5 corresponding definitions and declarations are in @file{complex.h}. | |
| 6 Functions and documentations are taken from NetBSD. | |
| 7 | |
| 8 @menu | |
| 9 * cabs:: Complex absolute value | |
| 10 * cacos:: Complex arc cosine | |
| 11 * cacosh:: Complex arc hyperbolic cosine | |
| 12 * carg:: Argument (also called phase angle) | |
| 13 * casin:: Complex arc sine | |
| 14 * casinh:: Complex arc hyperbolic sine | |
| 15 * catan:: Complex arc tangent | |
| 16 * catanh:: Complex arc hyperbolic tangent | |
| 17 * ccos:: Complex cosine | |
| 18 * ccosh:: Complex hyperbolic cosine | |
| 19 * cexp:: Complex exponent | |
| 20 * cimag:: Imaginary part | |
| 21 * clog:: Complex natural (base e) logarithm | |
| 22 * conj:: Complex conjugate | |
| 23 * cpow:: Complex power function | |
| 24 * cproj:: Compute a projection on the Riemann sphere | |
| 25 * creal:: Real part | |
| 26 * csin:: Complex sine | |
| 27 * csinh:: Complex hyperbolic sine | |
| 28 * csqrt:: Complex square root | |
| 29 * ctan:: Complex tangent | |
| 30 * ctanh:: Complex hyperbolic tangent | |
| 31 @end menu | |
| 32 | |
| 33 | |
| 34 @page @include complex/cabs.def | |
| 35 @page @include complex/cacos.def | |
| 36 @page @include complex/cacosh.def | |
| 37 @page @include complex/carg.def | |
| 38 @page @include complex/casin.def | |
| 39 @page @include complex/casinh.def | |
| 40 @page @include complex/catan.def | |
| 41 @page @include complex/catanh.def | |
| 42 @page @include complex/ccos.def | |
| 43 @page @include complex/ccosh.def | |
| 44 @page @include complex/cexp.def | |
| 45 @page @include complex/cimag.def | |
| 46 @page @include complex/clog.def | |
| 47 @page @include complex/conj.def | |
| 48 @page @include complex/cpow.def | |
| 49 @page @include complex/cproj.def | |
| 50 @page @include complex/creal.def | |
| 51 @page @include complex/csin.def | |
| 52 @page @include complex/csinh.def | |
| 53 @page @include complex/csqrt.def | |
| 54 @page @include complex/ctan.def | |
| 55 @page @include complex/ctanh.def |
