Moving away from MS excel, but hitting the wall with LibraOffice aka “Inadmissible value or data type. Overflow.”
In Calc Macro/VBA I’m doing bitwise operations with Doubles (since LongLong isn’t available), but doubles are limited to 32 bitwise precision (Apple silicon).
Is it possible using bitwise operation with up 53 bit precision ?
Any plans to support LongLong ?