@numio/bigmath 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,8 +44,8 @@ With `@numio/bigmath`, you can confidently perform complex arithmetic operations
44
44
 
45
45
  ### Latest update
46
46
 
47
- Added `isEqual` and `isLeftGreater` - to compare 2 numbers.
48
- Added `MAD` - Median Absolute Deviation.
47
+ Added `isEqual` and `isLeftGreater` - to compare 2 numbers.\
48
+ Added `MAD` - Median Absolute Deviation.\
49
49
  Added `IQR` - Interquartile Range.
50
50
 
51
51
  # Install:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@numio/bigmath",
3
3
  "description": "@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)",
4
- "version": "1.0.10",
4
+ "version": "1.0.11",
5
5
  "keywords": [
6
6
  "precision",
7
7
  "arithmetic",