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
The output of placekey::h3_int_to_string(placekey::h3_string_to_int("8a283082a677fff")) is 8a283082a678000.
I expected to have 8a283082a677fff. Am I missing something?
The text was updated successfully, but these errors were encountered:
ysugk
changed the title
h3_int_to_string and h3_string_to_int is not recursive
h3_int_to_string and h3_string_to_int are not recursive
Apr 21, 2022
Hi,
The output of
placekey::h3_int_to_string(placekey::h3_string_to_int("8a283082a677fff"))
is8a283082a678000
.I expected to have
8a283082a677fff
. Am I missing something?The text was updated successfully, but these errors were encountered: