You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to work around this bug in oK interpreter:
JohnEarnest/ok#96
basically, (a[,i]:,x) was being treated like a[i]:,x for scalars (i,x),
so i had to take the head of the index list when it contained only one
item. this meant that `sgn'` no longer worked, so i had to rewrite
sgn to work with both vectors and scalars.
in ngn:
in oK:
The text was updated successfully, but these errors were encountered: