Home
last modified time | relevance | path

Searched defs:square_root (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dunary.h19 struct square_root : public unary_function<double, double> { struct
20 double operator()(double x_) const in operator()