00001 // QMcBeaver 00002 // 00003 // Constructed by 00004 // 00005 // Michael Todd Feldmann 00006 // and 00007 // David Randall "Chip" Kent IV 00008 // 00009 // Copyright 2000. All rights reserved. 00010 // 00011 // drkent@users.sourceforge.net mtfeldmann@users.sourceforge.net 00012 00020 #ifndef fastfunctions_H 00021 #define fastfunctions_H 00022 00023 #include <math.h> 00024 00032 double fastPower(double x, int n); 00033 00040 double pythag(double a, double b); 00041 00042 #endif