1.23.4 • Published 3 months ago

@velocitycareerlabs/math v1.23.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Introduction

This package is meant to be a centralized place for all math functions to be exposed. Wherever number overflow or floating point errors is a concern, these functions should be used.

To use the functions, the numbers need to be converted to BigNumbers, using the exposed toBigNumber and fromBigNumber functions.

Once the numbers are converted to BigNumbers, then functions are exposed to perform operations on those BigNumbers.

For example:

  • addBigNumbers(m,n)
  • subtractBigNumbers(m,n)
  • multiplyBigNumbers(m,n)
  • divideBigNumbers(m,n)
1.23.4

4 months ago

1.23.3

4 months ago

1.23.2

5 months ago

1.23.1

6 months ago

1.23.0

7 months ago

1.22.0

8 months ago

1.21.0

9 months ago

1.21.1

9 months ago

1.19.1

12 months ago

1.20.0

11 months ago

1.19.0

1 year ago

1.18.1

1 year ago

1.18.0

1 year ago

1.17.1

1 year ago

1.17.0

1 year ago

1.16.1

1 year ago

1.16.0

1 year ago