#include #include "my_func1.h" using namespace std; int main() { float w, y; w = -0.49; y = f(w); cout << "w = " << w << " and f(w) = " << y << endl; cout << "\n\n"; system( "PAUSE" ); return( 0 ); }