#include "special_calculator.h" #include int SpecialCalculator::special(int a) { return sqrt(a); }