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
+4
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ Adds two numbers with improved precision.
50
50
51
51
Divides two numbers with improved precision.
52
52
53
+
### `HyperMath.subtract(firstValue: number | string, secondValue: number | string): number`
54
+
55
+
Subtracts two numbers with improved precision.
56
+
53
57
## Notes
54
58
55
59
- This library uses `toPrecision(2)` internally, which may lead to rounding in some cases. Be aware of this limitation when using the library for calculations requiring high precision.
0 commit comments