1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-30 07:20:48 +00:00
MikeMcl_decimal.js/test
Nik Jmaeff 5ddbf63040 Add default value to Decimal constructor
- Adding a default value allows Decimal to be constructed without arguments and not throw an error. Javascript primitives like String and Number can be constructed without an argument and this property is useful when using the type with a library like class-transformer.
- Assign a default value of zero as the decimal with no constructor argument.
2022-12-24 21:09:55 -08:00
..
modules Add default value to Decimal constructor 2022-12-24 21:09:55 -08:00
setup.js Add newline to single test results 2016-03-09 22:54:34 +00:00
test.html #101 Add clamp method 2021-06-22 12:15:13 +01:00
test.js #101 Add clamp method 2021-06-22 12:15:13 +01:00