<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.math.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.math.php',
    1 => 'Math',
    2 => 'Mathematical Functions',
  ),
  'up' => 
  array (
    0 => 'refs.math.php',
    1 => 'Matematiksel Eklentiler',
  ),
  'prev' => 
  array (
    0 => 'gmp.unserialize.php',
    1 => 'GMP::__unserialize',
  ),
  'next' => 
  array (
    0 => 'math.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/math/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.math.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.math" class="book">
 
 <h1 class="title">Mathematical Functions</h1>
 

 
 <div id="intro.math" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
   These math functions will only handle values within the range of
   the <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> and <span class="type"><a href="language.types.float.php" class="type float">float</a></span> types.
   To handle larger numbers, take a look at the
   <a href="book.bc.php" class="link">arbitrary precision math</a> or
   <a href="book.gmp.php" class="link">GNU Multiple Precision functions</a> functions.
  </p>

  <div class="section">
   <h2 class="title">Ayrıca Bakınız</h2>
   <p class="para">
    <ul class="simplelist">
     <li>
      <a href="language.operators.arithmetic.php" class="link">arithmetic operators</a>
     </li>
     <li>
      <a href="book.bc.php" class="link">Arbitrary precision math functions</a>
     </li>
     <li>
      <a href="book.gmp.php" class="link">GNU Multiple Precision functions</a>
     </li>
    </ul>
   </p>
  </div>
 </div>
 

 




 



 








<ul class="chunklist chunklist_book"><li><a href="math.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="enum.roundingmode.php">RoundingMode</a> — The RoundingMode Enum</li><li><a href="ref.math.php">Math İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.abs.php">abs</a> — Mutlak değer</li><li><a href="function.acos.php">acos</a> — Ark kosin&uuml;s</li><li><a href="function.acosh.php">acosh</a> — Ters hiperbolik kosin&uuml;s</li><li><a href="function.asin.php">asin</a> — Ark sin&uuml;s</li><li><a href="function.asinh.php">asinh</a> — Ters hiperbolik sin&uuml;s</li><li><a href="function.atan.php">atan</a> — Ark tanjant</li><li><a href="function.atan2.php">atan2</a> — Arc tangent of two variables</li><li><a href="function.atanh.php">atanh</a> — Ters hiperbolik tanjant</li><li><a href="function.base-convert.php">base_convert</a> — Bir sayıyı keyfi tabanlar arasında d&ouml;n&uuml;şt&uuml;r&uuml;r</li><li><a href="function.bindec.php">bindec</a> — İkilikten onluğa</li><li><a href="function.ceil.php">ceil</a> — Kesirleri yukarı yuvarlar</li><li><a href="function.cos.php">cos</a> — Kosin&uuml;s</li><li><a href="function.cosh.php">cosh</a> — Hiperbolik kosin&uuml;s</li><li><a href="function.decbin.php">decbin</a> — Onluktan ikiliğe</li><li><a href="function.dechex.php">dechex</a> — Onluktan onaltılığa</li><li><a href="function.decoct.php">decoct</a> — Onluktan sekizliğe</li><li><a href="function.deg2rad.php">deg2rad</a> — Converts the number in degrees to the radian equivalent</li><li><a href="function.exp.php">exp</a> — e sayısının &uuml;ss&uuml;n&uuml; hesaplar</li><li><a href="function.expm1.php">expm1</a> — exp($sayı) - 1 ifadesinin sonucunu, sayının değeri sıfıra
   yakın olduğunda bile doğru kalacak bi&ccedil;imde d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.fdiv.php">fdiv</a> — Divides two numbers, according to IEEE 754</li><li><a href="function.floor.php">floor</a> — Kesirleri aşağı yuvarlar</li><li><a href="function.fmod.php">fmod</a> — Bağımsız değişkenlerin b&ouml;l&uuml;m&uuml;nden ger&ccedil;ek sayı kalanı
  d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.fpow.php">fpow</a> — Raise one number to the power of another, according to IEEE 754</li><li><a href="function.hexdec.php">hexdec</a> — Onaltılıktan onluğa</li><li><a href="function.hypot.php">hypot</a> — Calculate the length of the hypotenuse of a right-angle triangle</li><li><a href="function.intdiv.php">intdiv</a> — Integer division</li><li><a href="function.is-finite.php">is_finite</a> — Checks whether a float is finite</li><li><a href="function.is-infinite.php">is_infinite</a> — Checks whether a float is infinite</li><li><a href="function.is-nan.php">is_nan</a> — Checks whether a float is NAN</li><li><a href="function.log.php">log</a> — Doğal logaritma</li><li><a href="function.log10.php">log10</a> — 10 tabanında logaritma</li><li><a href="function.log1p.php">log1p</a> — log(1 + sayı) ifadesinin sonucunu, sayının değeri sıfıra yakın olduğunda
   bile doğru kalacak bi&ccedil;imde d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.max.php">max</a> — Find highest value</li><li><a href="function.min.php">min</a> — Find lowest value</li><li><a href="function.octdec.php">octdec</a> — Octal to decimal</li><li><a href="function.pi.php">pi</a> — Pi sayısının değerini d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.pow.php">pow</a> — &Uuml;stel ifade</li><li><a href="function.rad2deg.php">rad2deg</a> — Converts the radian number to the equivalent number in degrees</li><li><a href="function.round.php">round</a> — Rounds a float</li><li><a href="function.sin.php">sin</a> — Sin&uuml;s</li><li><a href="function.sinh.php">sinh</a> — Hiperbolik sin&uuml;s</li><li><a href="function.sqrt.php">sqrt</a> — Karek&ouml;k</li><li><a href="function.tan.php">tan</a> — Tanjant</li><li><a href="function.tanh.php">tanh</a> — Hiperbolik tanjant</li></ul></li></ul></div><?php manual_footer($setup); ?>