Skip to content

Conversation

@derek-miller
Copy link
Contributor

@derek-miller derek-miller commented Jan 22, 2026

  • to_hex: convert to 16-char hex string
  • to_number: convert to Lua number (with 53-bit precision note)
    • Added strict parameter that errors if value exceeds 53-bit precision
  • from_number: create {high, low} from Lua number
  • eq: check equality of two pairs
  • is_zero: check if value is zero

- to_hex: convert to 16-char hex string
- to_number: convert to Lua number (with 53-bit precision note)
  - Added strict parameter that errors if value exceeds 53-bit precision
- from_number: create {high, low} from Lua number
- eq: check equality of two pairs
- is_zero: check if value is zero
@derek-miller derek-miller enabled auto-merge (squash) January 22, 2026 17:56
@derek-miller derek-miller merged commit 3ecbfa3 into main Jan 22, 2026
8 checks passed
@derek-miller derek-miller deleted the bit64-utils branch January 22, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants