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 there a way to compare which of two floats/doubles lies further along the Morton curse?
Is there a direct way to do this besides rescaling, converting to integer and doing the conversion?
Something like Moore's Hilbert code function hilbert_ieee_cmp() (here and here).
The text was updated successfully, but these errors were encountered:
Is there a way to compare which of two floats/doubles lies further along the Morton curse?
Is there a direct way to do this besides rescaling, converting to integer and doing the conversion?
Something like Moore's Hilbert code function
hilbert_ieee_cmp()
(here and here).The text was updated successfully, but these errors were encountered: