Skip to content

Commit 5c569dd

Browse files
committed
mark a TODO
1 parent 4653e07 commit 5c569dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unpythonic/mathseq.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def sign(x):
9292
sign = _numsign
9393
_symExpr = _NoSuchType
9494

95+
# TODO: Overhaul `almosteq` in v0.15.0, should work like mpf for consistency.
96+
# TODO: Also move it to `unpythonic.misc`, where `ulp` already is. Or make a `numutil`.
9597
def almosteq(a, b, tol=1e-8):
9698
"""Almost-equality that supports several formats.
9799

0 commit comments

Comments
 (0)