Skip to content

Commit 6c9b624

Browse files
Readme update - including subtract API
1 parent 222028e commit 6c9b624

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Adds two numbers with improved precision.
5050

5151
Divides two numbers with improved precision.
5252

53+
### `HyperMath.subtract(firstValue: number | string, secondValue: number | string): number`
54+
55+
Subtracts two numbers with improved precision.
56+
5357
## Notes
5458

5559
- 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

Comments
 (0)