math.h

math.h, C programlama dilinde temel matematiksel işlemleri gerçekleştirmek için tasarlanmış bir standart kütüphane öncü dosyasıdır.

C Standart Kütüphanesi
Öncü Dosyaları
  • assert.h
  • complex.h
  • ctype.h
  • errno.h
  • fenv.h
  • float.h
  • inttypes.h
  • iso646.h
  • limits.h
  • locale.h
  • math.h
  • setjmp.h
  • signal.h
  • stdarg.h
  • stdbool.h
  • stddef.h
  • stdint.h
  • stdio.h
  • stdlib.h
  • string.h
  • tgmath.h
  • time.h
  • wchar.h
  • wctype.h

C99 standartı tanımlı fonksiyonları

İsim Tanım
acos arccosinüs
asin arcsinüs
atan arctanjant
atan2 iki parametreli arctanjant
ceil x'i kendinden büyük ilk tamsayıya yuvarlar
cos cosinüs
cosh hiperbolik cosinüs
exp(double x) eksponensiyel fonksiyon, ex hesaplaması
fabs mutlak değer
floor x'i kendinden küçük ilk tamsayıya yuvarlar
fmod x/y işleminin kalanını bulur
frexp fraction and power of 2.
ldexp scale exponent of floating-point value
log natural (e tabaninda) logarithma
log10 base-10 10 tabaninda logaritma alir
pow(x,y) xy, x üzeri y
sin sin
sinh hyperbolic sin
sqrt kare kök
tan tan(x)`i bulur
tanh tanh(x)`i bulur

Dış bağlantılar

This article is issued from Vikipedi - version of the 5/26/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.