Netcruzer Library API
V2.03
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Macros
Groups
Pages
math.h
Go to the documentation of this file.
1
70
double
acos
(
double
x);
71
111
float
acosf
(
float
x);
112
152
double
asin
(
double
x);
153
193
float
asinf
(
float
x);
194
227
double
atan
(
double
x);
228
261
float
atanf
(
float
x);
262
318
double
atan2
(
double
y,
double
x);
319
375
float
atan2f
(
float
y,
float
x);
376
414
double
ceil
(
double
x);
415
453
float
ceilf
(
float
x);
454
493
double
cos
(
double
x);
494
533
float
cosf
(
float
x);
534
584
double
cosh
(
double
x);
585
635
float
coshf
(
float
x);
636
685
double
exp
(
double
x);
686
735
float
expf
(
float
x);
736
768
double
fabs
(
double
x);
769
801
float
fabsf
(
float
x);
802
840
double
floor
(
double
x);
841
881
float
floorf
(
float
x);
882
970
double
fmod
(
double
x,
double
y);
971
1059
float
fmodf
(
float
x,
float
y);
1060
1113
double
frexp
(
double
x,
int
*
exp
);
1114
1167
float
frexpf
(
float
x,
int
*
exp
);
1168
1234
double
ldexp
(
double
x,
int
ex);
1235
1301
float
ldexpf
(
float
x,
int
ex);
1302
1353
double
log
(
double
x);
1354
1405
double
log10
(
double
x);
1406
1458
float
log10f
(
float
x);
1459
1510
float
logf
(
float
x);
1511
1550
double
modf
(
double
x,
double
*pint);
1551
1590
float
modff
(
float
x,
float
*pint);
1591
1652
double
pow
(
double
x,
double
y);
1653
1706
float
powf
(
float
x,
float
y);
1707
1746
double
sin
(
double
x);
1747
1786
float
sinf
(
float
x);
1787
1837
double
sinh
(
double
x);
1838
1879
float
sinhf
(
float
x);
1880
1926
double
sqrt
(
double
x);
1927
1970
float
sqrtf
(
float
x);
1971
2010
double
tan
(
double
x);
2011
2052
float
tanf
(
float
x);
2053
2087
double
tanh
(
double
x);
2088
2122
float
tanhf
(
float
x);
system
math.h
Generated on Tue Dec 9 2014 15:08:19 for Netcruzer Library API by
1.8.4