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