Searched defs:square_root (Results 1 – 1 of 1) sorted by relevance
19 struct square_root : public unary_function<double, double> { struct20 double operator()(double x_) const in operator()