コード例 #1
0
ファイル: PhpMath.php プロジェクト: jasmun/Noco100
 public static function disable()
 {
     self::$_bcmathDisabled = true;
     self::$add = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Add');
     self::$sub = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Sub');
     self::$pow = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Pow');
     self::$mul = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Mul');
     self::$div = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Div');
     self::$comp = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Comp');
     self::$sqrt = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Sqrt');
     self::$mod = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Mod');
     self::$scale = array('IfwPsn_Vendor_Zend_Locale_Math_PhpMath', 'Scale');
     self::$defaultScale = 0;
     self::$defaultPrecision = 1;
 }