// ================================================================ // John Kerl // kerl at math dot arizona dot edu // 2008-07-23 // ================================================================ #include #include "my_stuff.h" float my_function(float x, float c) { return pow(x, c); // Compute x to the c power. }