#ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED #include #include #include float discriminant(float a, float b, float c); #endif // MAIN_H_INCLUDED