2017 © Pedro Peláez
 

library math

A collection of math functions.

image

yalesov/math

A collection of math functions.

  • Wednesday, July 6, 2016
  • by yalesov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Yalesov\Math

Build Status, (*1)

A collection of math functions., (*2)

Installation

Composer:, (*3)

{
  "require": {
    "yalesov/math": "2.*"
  }
}

Usage

roundUp

Round a $number up to a certain $precision:, (*4)

use Yalesov\Math\Math;
Math::roundUp($number, $precision);

$number: any numeric scalar $precision: follows PHP's round function, i.e. - 2 = two decimal places - -2 = neartest hundreds, (*5)

getDecimalPlace

Get the number of decimal places:, (*6)

use Yalesov\Math\Math;
$dp = Math::getDecimalPlace(0.123456789); // $dp = 9

The Versions

06/07 2016

dev-master

9999999-dev https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

math

06/07 2016

v2.0.4

2.0.4.0 https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

math

05/07 2016

v2.0.3

2.0.3.0 https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

The Development Requires

by Yulij Andreevich Lesov

math

05/07 2016

v2.0.2

2.0.2.0 https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

by Yulij Andreevich Lesov

math

05/07 2016

v2.0.1

2.0.1.0 https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

by Yulij Andreevich Lesov

math

05/07 2016

v2.0.0

2.0.0.0 https://github.com/yalesov/php-math

A collection of math functions.

  Sources   Download

ISC

The Requires

 

by Yulij Andreevich Lesov

math

03/10 2012

1.0.2

1.0.2.0 https://github.com/heartsentwined/math

A collection of math functions.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

math

28/09 2012

1.0.1

1.0.1.0 https://github.com/heartsentwined/math

A collection of math functions.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

math

07/09 2012

1.0.0

1.0.0.0 https://github.com/heartsentwined/math

A collection of math functions.

  Sources   Download

GPL-3.0

The Requires

 

by Avatar heartsentwined

math