Keyword index C

30/07/08
Approximation of pow() in Java, C and C++
For many application of the pow() method, an approximate value suffice. This text shows how to gain a 41 times speed increase by using an approximated value that is much easier to calculate. It is a simple "how to" for the languages Java, C and C++.