RTL: Sqrt & Pow

This commit is contained in:
Michael Schimmel
2026-01-13 11:36:59 +01:00
parent c58da94128
commit 717a648ad4
4 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -41,8 +41,8 @@
(fn [len]
(do
;; Konstanten vorberechnen
(def half-len (Round (/ len 2)))
(def sqrt-len (Round (sqrt len)))
(def half-len (round (/ len 2)))
(def sqrt-len (round (sqrt len)))
;; !!! WICHTIG !!!
;; HMA benötigt eine Glättung der Differenz.