2017 © Pedro Peláez
 

library bigdecimal

BigDecimal Type

image

webinv/bigdecimal

BigDecimal Type

  • Friday, June 29, 2018
  • by kardasz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BigDecimal Type

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Installation

composer require webinv/bigdecimal, (*2)

Usage

use Webinv\Types\BigDecimal\BigDecimal;

$bigdecimal = new BigDecimal('0.00008630');
$bigdecimal->add('0.00000001');

if ($bigdecimal->isGreaterThan('0.00008630')) {
    echo 'Yes !';
}

The Versions

29/06 2018

dev-master

9999999-dev

BigDecimal Type

  Sources   Download

MIT

The Requires

  • php >=7.2.0
  • ext-bcmath *

 

The Development Requires

decimal bcmath big bigdecimal

29/06 2018

1.0.1

1.0.1.0

BigDecimal Type

  Sources   Download

MIT

The Requires

  • php >=7.2.0
  • ext-bcmath *

 

The Development Requires

decimal bcmath big bigdecimal

29/06 2018

1.0.0

1.0.0.0

BigDecimal Type

  Sources   Download

MIT

The Requires

  • php >=7.2.0
  • ext-bcmath *

 

The Development Requires

decimal bcmath big bigdecimal