Added special calculator class
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
#include "special_calculator.h"
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
|
int SpecialCalculator::special(int a)
|
||||||
|
{
|
||||||
|
return sqrt(a);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user