#include "header.h" double funk(double a, double b, double c) { return sin( (b*c) + cos(a - b) ); //fairly self evident what occurs here. }