We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adam:
Seems that pretty much every function is buggy!
1=2 SYNTAX ERROR
!3
''⍴1 2 3
~2 should domain error but doesn't.
⍴⍳0 gives ⍳0 instead of ,0
?n doesn't fail on negative numbers
3⍺10 fails, and ditto ⍵
5↑2 1
⍴10↓2 5
''>5
I can assign to a¯3 and assignment seems to echo the assigned result.
¯8*÷3 gives 0n instead of ¯2
Input. a←⎕ fails.
⌈/⍳0 seems to give ⍳0 instead of the smallest representable float.
⊤ seems to not work properly on non-scalars.
0÷0 gives 0n instead of 1
definitely not a proper \360 playground.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adam:
1=2 SYNTAX ERROR
fixed!3
''⍴1 2 3
~2 should domain error but doesn't.
⍴⍳0 gives ⍳0 instead of ,0
?n doesn't fail on negative numbers
3⍺10 fails, and ditto ⍵
prefix/suffix vector?5↑2 1
⍴10↓2 5
''>5
I can assign to a¯3 and assignment seems to echo the assigned result.
¯8*÷3 gives 0n instead of ¯2
Input. a←⎕ fails.
⌈/⍳0 seems to give ⍳0 instead of the smallest representable float.
⊤ seems to not work properly on non-scalars.
0÷0 gives 0n instead of 1
The text was updated successfully, but these errors were encountered: