|
|
|
|
|
by soldergenie
3807 days ago
|
|
I ran into the need for this recently, except for a program written in Java... I really wish the JVM had a 128 bit data type (or at least a muldiv function, in which muldiv(a, b, c) = ab/c, but the intermediate ab result can exceed 64 bits. |
|
Partial example is here: https://codereview.stackexchange.com/questions/72286/multipl...