unpack - 128bit long doubles in ruby? -
in ruby code, i'm talking server responds 128bit long doubles ("128 bit long doubles", "binary128" or "quadruple precision floating points") strings in binary format.
is there way unpack these strings use in ruby? according documentation on string.unpack, maximum precision seems doubles. possible represent these 128bit floats in ruby @ all?
Comments
Post a Comment