<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.bc.php',
    1 => 'BCMath',
    2 => 'BCMath &mdash; розрахунки з довільною математичною точністю',
  ),
  'up' => 
  array (
    0 => 'refs.math.php',
    1 => 'Математичні розширення',
  ),
  'prev' => 
  array (
    0 => 'refs.math.php',
    1 => 'Математичні розширення',
  ),
  'next' => 
  array (
    0 => 'intro.bc.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/bc/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.bc.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.bc" class="book">
 
 <h1 class="title">BCMath — розрахунки з довільною математичною точністю</h1>
 

 
 
 

 







 









<ul class="chunklist chunklist_book"><li><a href="intro.bc.php">Вступ</a></li><li><a href="bc.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="bc.installation.php">Встановлення</a></li><li><a href="bc.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="ref.bc.php">Функції BC Math</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.bcadd.php">bcadd</a> — Add two arbitrary precision numbers</li><li><a href="function.bcceil.php">bcceil</a> — Round up arbitrary precision number</li><li><a href="function.bccomp.php">bccomp</a> — Compare two arbitrary precision numbers</li><li><a href="function.bcdiv.php">bcdiv</a> — Divide two arbitrary precision numbers</li><li><a href="function.bcdivmod.php">bcdivmod</a> — Get the quotient and modulus of an arbitrary precision number</li><li><a href="function.bcfloor.php">bcfloor</a> — Round down arbitrary precision number</li><li><a href="function.bcmod.php">bcmod</a> — Get modulus of an arbitrary precision number</li><li><a href="function.bcmul.php">bcmul</a> — Multiply two arbitrary precision numbers</li><li><a href="function.bcpow.php">bcpow</a> — Raise an arbitrary precision number to another</li><li><a href="function.bcpowmod.php">bcpowmod</a> — Raise an arbitrary precision number to another, reduced by a specified modulus</li><li><a href="function.bcround.php">bcround</a> — Round arbitrary precision number</li><li><a href="function.bcscale.php">bcscale</a> — Set or get default scale parameter for all bc math functions</li><li><a href="function.bcsqrt.php">bcsqrt</a> — Get the square root of an arbitrary precision number</li><li><a href="function.bcsub.php">bcsub</a> — Subtract one arbitrary precision number from another</li></ul></li></ul></div><?php manual_footer($setup); ?>