Open lenawanel opened 3 months ago
for example if you wanted to to bit-twiddeling with fp numbers, you would have to do clumsy pointer casting rn.
add to_bits/from_bits builtins for fp numbers
to_bits
from_bits
No response
Yes, 100%👍
Problem
for example if you wanted to to bit-twiddeling with fp numbers, you would have to do clumsy pointer casting rn.
Proposed Solution
add
to_bits
/from_bits
builtins for fp numbersNotes
No response