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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: