Closed bonomigo closed 5 months ago
Hi, as far as I'm aware MOTION unfortunately does not support big number operations.
Hi robinhundt, thanks for your reply. I took a look at the MOTION code and realized that it doesn't support big number operations.
MOTION supports 64-bit operations with uint64 and int64_t, but it doesn't seem to support integer operations over 64 bits, such as big integer operations. I'm wondering if it's correct that it doesn't support them.