From 2fd3a7b32e554d021915ebbd3b6f00dd2b80ff16 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 1 Nov 2020 10:34:56 -0500 Subject: Recompile docs with new (more precise) dzaima/BQN number formatting --- docs/tutorial/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/list.html') diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index 71ad8237..13760cbf 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -114,7 +114,7 @@

Arithmetic on lists

Arithmetic functions automatically apply to each element of a list argument. If both arguments are lists, they have to have the same length, and they're matched up one element at a time.

↗️
    ÷ 2,3,4
-⟨ 0.5 0.333333333333333 0.25 ⟩
+⟨ 0.5 0.3333333333333333 0.25 ⟩
 
     "APL" + 1
 "BQM"
-- 
cgit v1.2.3