Serial Tutorial C (23) : Library C Standar – math.h (1)

Header math mendefinisikan beberapa fungsi matematika.
Makro :

HUGE_VAL

Fungsi-fungsi :
[sourcecode languange=”cpp”]
acos();
asin();
atan();
atan2();
ceil();
cos();
cosh();
exp();
fabs();
floor();
fmod();
frexp();
ldexp();
log();
log10();
modf();
pow();
sin();
sinh();
sqrt();
tan();
tanh();
[/sourcecode]
Khusus untuk header matematika ini akan dipecah dalam beberapa artikel berikutnya
Bersambung (rezaervani@gmail.com)

Tutorial Sebelumnya

1 Comment

Leave a Reply to mario Cancel reply

Your email address will not be published.


*