Is it possible to convert a bigfloat number into its underlying byte pattern? I'm trying to convert to/from quad precision numbers between fortran/python (with bigfloat storing things python side) and using a (ctypes.c_ubyte * 16) array to pass to fortran.
Is it possible to convert a bigfloat number into its underlying byte pattern? I'm trying to convert to/from quad precision numbers between fortran/python (with bigfloat storing things python side) and using a (ctypes.c_ubyte * 16) array to pass to fortran.
Thanks