Download the PHP package webit/bcmath without Composer
On this page you can find all versions of the php package webit/bcmath. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor webit
Package bcmath
Short Description Object wrapper for PHP BcMath Library
License MIT
Package bcmath
Short Description Object wrapper for PHP BcMath Library
License MIT
Keywords bcmathbig numeric
Please rate this library. Is it a good library?
Informations about the package bcmath
Object wrapper for PHP BcMath Library
This library provides immutable representation of BcMath number supporting all BcMath extension operations (see http://php.net/manual/en/book.bc.php)
Installation
Composer: add the webit/bcmath into composer.json
Usage
Release note
This version 2.0 breaks a backward compatibility. Since now BcMathNumber:
- is marked
final
- constants are marked
private
- works only for PHP >= 7.1
Version 1.1 breaks a backward compatibility. Since now BcMathNumber:
- is immutable (removed setValue method)
- has no instance property scale (removed instance methods getScale / setScale) as number itself can't have a scale
To use previous version see tag 1.0.0 https://github.com/dbojdo/bcmath/tree/1.0.0
Tests
All versions of bcmath with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-bcmath Version *
ext-bcmath Version *
The package webit/bcmath contains the following files
Loading the files please wait ....