Pascal wrote:
> |.!.0 NB. unsigned
> |.!.1 NB. signed
Ah, this is helpful. Thanks. These definitions will allow me to simplify some
of the normalization functions.
> signed_shift is undefined,
That’s because I didn’t know how to define it, until now ;)
> an extra that would be cool is versions that work
> with extended integers.
The primary use case here is to manipulate memory and low-abstraction objects.
For example:
1: bw 12345
_1
Makes sense from a machine integer level, but not on a J level. Similarly, I’d
expect bw to be used to manipulate the *machine integers* underlying extended J
integers, not the highly-abstract J extended integers themselves.
-Dan
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm