You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ existing code, etc.), `y` is incremented.
38
38
39
39
**When a breaking change is introduced, a new `0.x` version cycle is always started.**
40
40
41
-
It is therefore safe to lock your project to a given release cycle, such as `^0.16`.
41
+
It is therefore safe to lock your project to a given release cycle, such as `^0.17`.
42
42
43
43
If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/math/releases)
44
44
for a list of changes introduced by each further `0.x.0` version.
@@ -47,11 +47,11 @@ for a list of changes introduced by each further `0.x.0` version.
47
47
48
48
This library provides the following public classes in the `Brick\Math` namespace:
49
49
50
-
-[BigNumber](https://github.com/brick/math/blob/0.16.1/src/BigNumber.php): base class for `BigInteger`, `BigDecimal` and `BigRational`
51
-
-[BigInteger](https://github.com/brick/math/blob/0.16.1/src/BigInteger.php): represents an arbitrary-precision integer number.
52
-
-[BigDecimal](https://github.com/brick/math/blob/0.16.1/src/BigDecimal.php): represents an arbitrary-precision decimal number.
53
-
-[BigRational](https://github.com/brick/math/blob/0.16.1/src/BigRational.php): represents an arbitrary-precision rational number (fraction), always reduced to lowest terms.
54
-
-[RoundingMode](https://github.com/brick/math/blob/0.16.1/src/RoundingMode.php): enum representing all available rounding modes.
50
+
-[BigNumber](https://github.com/brick/math/blob/0.17.0/src/BigNumber.php): base class for `BigInteger`, `BigDecimal` and `BigRational`
51
+
-[BigInteger](https://github.com/brick/math/blob/0.17.0/src/BigInteger.php): represents an arbitrary-precision integer number.
52
+
-[BigDecimal](https://github.com/brick/math/blob/0.17.0/src/BigDecimal.php): represents an arbitrary-precision decimal number.
53
+
-[BigRational](https://github.com/brick/math/blob/0.17.0/src/BigRational.php): represents an arbitrary-precision rational number (fraction), always reduced to lowest terms.
54
+
-[RoundingMode](https://github.com/brick/math/blob/0.17.0/src/RoundingMode.php): enum representing all available rounding modes.
55
55
56
56
And [exceptions](#exceptions) in the `Brick\Math\Exception` namespace.
0 commit comments