From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- docs/help/rank_equal.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/help/rank_equal.html (limited to 'docs/help/rank_equal.html') diff --git a/docs/help/rank_equal.html b/docs/help/rank_equal.html new file mode 100644 index 00000000..7075284f --- /dev/null +++ b/docs/help/rank_equal.html @@ -0,0 +1,44 @@ + + + + BQN: Equal (`=`) + + +

Equal (=)

+

= 𝕩: Rank

+

Returns the number of dimensions in 𝕩.

+↗️
      = 0
+0
+
+      = 30
+1
+
+      = 330
+2
+
+      333  ⟨⟨0⟩⟩
+┌─                   
+╎ ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+                     
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+                     
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+  ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
+                    ┘
+
+

𝕨 = 𝕩: Equal To

+

Pervasive.

+↗️
      1 = 3
+0
+
+      230 = 310
+⟨ 0 0 1 ⟩
+
+      'a' = 'a'
+1
+
-- cgit v1.2.3