Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


bcscale

(PHP 4, PHP 5)

bcscaleSet default scale parameter for all bc math functions

Описание

bool bcscale ( int $scale )

Sets the default scale parameter for all subsequent bc math functions that do not explicitly specify a scale parameter.

Список параметров

scale

The scale factor.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Примеры

Пример #1 bcscale() example

<?php

// default scale : 3
bcscale(3);
echo 
bcdiv('105''6.55957'); // 16.007

// this is the same without bcscale()
echo bcdiv('105''6.55957'3); // 16.007

?>






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |