Searched defs:UnarySinh (Results 1 – 1 of 1) sorted by relevance
145 struct UnarySinh : std::unary_function<T, T> { struct146 T operator()(const T &x) const { in operator ()()