Skip to content

Commit d3d2296

Browse files
committed
Update TODO
1 parent cc86dcb commit d3d2296

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

TODO.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ TODO
4141
15. export regexps?
4242
16. move `@stdlib/tools` to `@stdlib/utils/tools`
4343
17. should `utils/function-name` support generator functions?
44+
- a separate function?
4445
18. replace `require` statements of external compute modules
4546
19. port `math-float64-set-high-word` and `math-float64-get-high-word` for `expm1` to work
4647
20. test framework for module CLIs
@@ -54,7 +55,9 @@ TODO
5455
- e.g., how and why and in what contexts a constant may be used
5556
26. Avogadro's number
5657
27. note that generic `is-nan` must check for `numeric` input, as `symbols` do __not__ equal each other
57-
28.
58+
28. consider splitting `float64-smallest` into `float64-smallest-normal` and `float64-smallest-subnormal`
59+
- current construction is a bit odd when compared to other constants
60+
29.
5861

5962

6063
---

0 commit comments

Comments
 (0)