This operation is should be analogous to unpacking two 32 bit
numbers from 64 bit number in the high and low bits.Due
to language limitations, the number passed into this function
can only be up to 2 ^ 53, otherwise the output will be garbled
nonsense.
Unpacks two numbers from a single number.
Note
This operation is should be analogous to unpacking two 32 bit numbers from 64 bit number in the high and low bits.Due to language limitations, the number passed into this function can only be up to 2 ^ 53, otherwise the output will be garbled nonsense.