aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-04 17:01:58 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-04 17:01:58 -0500
commitf81a4deb016966f724b3735a5db37ba732d445a8 (patch)
tree2e5ba5ea806cefb8db33c4674af6835566aef389 /TODO
parentb7c8d77734be2d0fd0da31f5a1645bf2eabd4583 (diff)
downloadhcalc-f81a4deb016966f724b3735a5db37ba732d445a8.tar.gz
Update docs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4d91ae7..443bb43 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-- Handle floating point exceptions, e.g. div by zero. See
- https://wiki.sei.cmu.edu/confluence/display/c/FLP03-C.+Detect+and+handle+floating-point+errors
- and man pages fetestexcept(3) and math_error(7).
- On startup, the value is read from the config file... but it can't
be used as an argument to a binary op (only a unary one) if it's
more than one digit. Except sometimes it can. Investigate and fix.