Hi,
in the developersforum i read:
"And in 32-bits there are only BoxedFloat64 instances. So on a 32 bits VM Floats are represented only by BoxedFloat64. On a 64 bits VM Floats are represented either by BoxedFloat64 or SmallFloat64. " i wonder whether this means, that in 32 bit systems there exist images that dont have the SmallFloat64 object. i mean, if i make a package with a method for SmallFloat64, this would not trigger an exception on a 32 bit systems if i load it on such a system, or would it?
werner

Reply via email to