From c52348175679e655755a14c0d57e1c49c37f8663 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 13 Jun 2026 20:27:42 +0300 Subject: [PATCH] notes upd --- lttb-impl-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttb-impl-notes.md b/lttb-impl-notes.md index aa17d5b..b439f72 100644 --- a/lttb-impl-notes.md +++ b/lttb-impl-notes.md @@ -100,7 +100,7 @@ Mathematical expression and intrinsic function application engine. Accepts a sin 8. If `C` is a digit: - Append `C` to `VALBUF`. - Set `PREVC = C`, increment `I`, go to step 6. -9. If `VALBUF` is not empty, push NORM(VALBUF) to VALSTACK and clear `VALBUF`. +9. If `VALBUF` is not empty, push `NORM(VALBUF)` to `VALSTACK` and clear `VALBUF`. 10. If EXPR[I onwards] starts with `RND`: - Push 0 to `VALSTACK`. - Set `C` to `$`.