#include #include "exemple.h" using namespace std; int main() { float x; float y; cout << "Entrez un x" << endl; cin >> x; y = f(x); cout << "y = " << y << endl; return 0; }