double x, y, z, epsilon; ... if (fabs(x) < epsilon) { if (fabs(y) < epsilon) { if (fabs(z) < epsilon) { for(int i = 0; i < n; i++) { x *= y*z; } } } } |
Proper indentation can be obtained by editing source files with the GNU Emacs text editor.
Leo Liberti 2008-01-12