mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
[bqn/en] Fix typo (#5081)
This commit is contained in:
parent
04a299bd34
commit
321ca929a9
@ -134,7 +134,7 @@ array_or_atom {2⋆𝕩}↩ #≡ ⟨ 0.125, 0.0625, 0.03125 ⟩
|
||||
'a'-'d' #≡ ¯3
|
||||
|
||||
## Logic Functions
|
||||
∧, ∨, ¬ # For Booleans, retrun 1 or 0
|
||||
∧, ∨, ¬ # For Booleans, return 1 or 0
|
||||
≤, <, >, ≥, = # Vectorizing comparisons
|
||||
≡, ≢ # Nonvectorizing comparisons
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user