From a60b85b538c9131869bde5e5e196f6aa23763090 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 22:34:36 +0200 Subject: rename assert_aeq.typ and apply_prefix.typ s/_/-/ --- lib/assert_aeq.typ | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 lib/assert_aeq.typ (limited to 'lib/assert_aeq.typ') 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) -} -- cgit