<?php
$TOC = array (
  0 => 
  array (
    0 => 'bcmath-number.add.php',
    1 => 'BcMath\\Number::add',
  ),
  1 => 
  array (
    0 => 'bcmath-number.ceil.php',
    1 => 'BcMath\\Number::ceil',
  ),
  2 => 
  array (
    0 => 'bcmath-number.compare.php',
    1 => 'BcMath\\Number::compare',
  ),
  3 => 
  array (
    0 => 'bcmath-number.construct.php',
    1 => 'BcMath\\Number::__construct',
  ),
  4 => 
  array (
    0 => 'bcmath-number.div.php',
    1 => 'BcMath\\Number::div',
  ),
  5 => 
  array (
    0 => 'bcmath-number.divmod.php',
    1 => 'BcMath\\Number::divmod',
  ),
  6 => 
  array (
    0 => 'bcmath-number.floor.php',
    1 => 'BcMath\\Number::floor',
  ),
  7 => 
  array (
    0 => 'bcmath-number.mod.php',
    1 => 'BcMath\\Number::mod',
  ),
  8 => 
  array (
    0 => 'bcmath-number.mul.php',
    1 => 'BcMath\\Number::mul',
  ),
  9 => 
  array (
    0 => 'bcmath-number.pow.php',
    1 => 'BcMath\\Number::pow',
  ),
  10 => 
  array (
    0 => 'bcmath-number.powmod.php',
    1 => 'BcMath\\Number::powmod',
  ),
  11 => 
  array (
    0 => 'bcmath-number.round.php',
    1 => 'BcMath\\Number::round',
  ),
  12 => 
  array (
    0 => 'bcmath-number.serialize.php',
    1 => 'BcMath\\Number::__serialize',
  ),
  13 => 
  array (
    0 => 'bcmath-number.sqrt.php',
    1 => 'BcMath\\Number::sqrt',
  ),
  14 => 
  array (
    0 => 'bcmath-number.sub.php',
    1 => 'BcMath\\Number::sub',
  ),
  15 => 
  array (
    0 => 'bcmath-number.tostring.php',
    1 => 'BcMath\\Number::__toString',
  ),
  16 => 
  array (
    0 => 'bcmath-number.unserialize.php',
    1 => 'BcMath\\Number::__unserialize',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.bc.php',
    1 => 'BC Math',
  ),
  1 => 
  array (
    0 => 'refs.math.php',
    1 => 'Mathematische Erweiterungen',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Funktionsreferenz',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);