Multiplying two 64-bit unsigned ints to get a 128-bit unsigned int

前端 未结 0 1773
不知归路
不知归路 2021-01-01 08:12

I\'m writing in C, wanting to do something like

uint128_t product = 1 + k*totient;

where k and totient are both 64-bit unsigned ints. Of cour

相关标签:
回答
  • 消灭零回复
提交回复
热议问题