// Function object - functor #include #include #include class TrigFuns{ public: void operator()(double x) { std::cout<<"x="<