Name:
Anonymous
2012-08-25 0:34
when i use pow(x,y) in C, is such a thing calculated in constant or linear runtime?
Name:
Anonymous
2012-08-25 3:07
Never use pow unless the exponent isn't constant and you need full IEEE 754 precision. Most implementations are really slow.