Package changelog.
-
691e774
: The base parameter must now be provided explicitly.- Previously, the base parameter had a default value of 10. Now it has to be supplied explicitly.
Before:
After:
var v = floorsd( 3.141592653589793, 5 ); // returns 3.1415
var v = floorsd( 3.141592653589793, 5, 10 ); // returns 3.1415
- Previously, the base parameter had a default value of 10. Now it has to be supplied explicitly.
Before:
2777e4b
- bench: resolve lint errors in benchmarks (by Athan Reines)8de8d90
- refactor: perform explicit cast (#2642) (by Gunj Joshi)ead1c3b
- chore: update package meta data (#2640) (by stdlib-bot, Athan Reines)b063947
- refactor: reduce code complexity (#2632) (by Gunj Joshi, Athan Reines)691e774
- refactor: make base parameter compulsory inmath/base/special/floorsd
(#2617) (by Gunj Joshi)fe25386
- feat: add C implementation formath/base/special/floorsd
(#2603) (by Gunj Joshi)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Gunj Joshi
No changes reported for this release.
No changes reported for this release.
58832ee
- update minimum TypeScript version
-
58832ee
: update minimum TypeScript version to 4.1- To migrate, users should upgrade their TypeScript version to at least version 4.1.
58832ee
- feat: update minimum TypeScript version (by Philipp Burckhardt)
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.