We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4653e07 commit 5c569ddCopy full SHA for 5c569dd
1 file changed
unpythonic/mathseq.py
@@ -92,6 +92,8 @@ def sign(x):
92
sign = _numsign
93
_symExpr = _NoSuchType
94
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`.
97
def almosteq(a, b, tol=1e-8):
98
"""Almost-equality that supports several formats.
99
0 commit comments