|
|
|
|
|
by dllthomas
3387 days ago
|
|
In fact, if you are using pow specifically to "square a number" in the sense where you could replace it with x*x, it is guaranteed to be something you can determine statically (and probably pretty easily) - or you're already doing a lot of unnecessary work. |
|