Open jonghough opened 8 years ago
This gives a strange result: (^&_2) d. _1
(^&_2) d. _1
which returns [
[
The correct result should be something like _1&*@:(^&_1)
_1&*@:(^&_1)
Presumably the bug is in the file cd.c.
cd.c
It looks like something goes wrong in the integer case but the floating point code works as expected: (^&_2.00000000001) d. _1 %&_1.00000000001@(^&_1.00000000001)
(^&_2.00000000001) d. _1
%&_1.00000000001@(^&_1.00000000001)
This gives a strange result:
(^&_2) d. _1
which returns
[
The correct result should be something like
_1&*@:(^&_1)
Presumably the bug is in the file
cd.c
.