Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 551 Bytes

rank_equals.md

File metadata and controls

32 lines (16 loc) · 551 Bytes

View this file with results and syntax highlighting here.

Equal (=)

= 𝕩: Rank

→full documentation

Returns the number of dimensions in 𝕩.

    = 0

    = 3⥊0

    = 3‿3⥊0

    3‿3‿3 ⥊ ⟨⟨0⟩⟩

𝕨 = 𝕩: Equal To

→full documentation

Do argument atoms match?

Pervasive.

    1 = 3

    2‿3‿0 = 3‿1‿0

    'a' = 'a'