What multiplication algorithm does C use? How about Lisp?

前端 未结 0 2020
野性不改
野性不改 2021-02-06 13:16

Under the hood, when evaluating (x * y) in C/C++ and (* x y) in Lisp, what multiplication algorithms are used? Something faster, like Karatsuba, or naive multiplication? Broadly

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