We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c983ea0 + 0a5dd25 commit 5f2598dCopy full SHA for 5f2598d
README.md
@@ -10,7 +10,7 @@
10
Decimal value object for PHP.
11
12
## Background
13
-When working with monetary values, normal data types like int or float are not suitable for exact arithmetic.
+When working with decimal (e.g. monetary) values, normal data types like int or float are not suitable for exact arithmetic.
14
Try out the following in PHP:
15
```php
16
var_dump(0.1 + 0.2); // float(0.3)
0 commit comments