|
|
|
|
|
by mpweiher
3309 days ago
|
|
> replacing your divisions by a different algorithm No they're not. I don't actually specify the algorithm to be used for division, I just write "/" (usually), and so the compiler (or runtime or whoever) is certainly free to implement that "high level" specification (I want these two quantities divided) in any way it sees fit. |
|