<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.math.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.math.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.math.php',
    1 => 'Math',
  ),
  'prev' => 
  array (
    0 => 'book.math.php',
    1 => 'Math',
  ),
  'next' => 
  array (
    0 => 'math.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/math/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.math" class="preface">
  <h1 class="title">Вступ</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">Прогляньте також</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><?php manual_footer($setup); ?>