diff options
Diffstat (limited to 'lib/assert_aeq.typ')
| -rw-r--r-- | lib/assert_aeq.typ | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/assert_aeq.typ b/lib/assert_aeq.typ deleted file mode 100644 index 70b9e64..0000000 --- a/lib/assert_aeq.typ +++ /dev/null @@ -1,3 +0,0 @@ -#let assert-aeq(left, right, precision: calc.pow(10, -6)) = { - assert(calc.abs(left - right) < precision) -} |
