Searched defs:BinarySquare (Results 1 – 1 of 1) sorted by relevance
32 struct BinarySquare struct34 typedef double first_argument_type;35 typedef double second_argument_type;36 typedef double result_type;38 double operator()(double a,double b) const { return (a*a + b*b) ; } in operator ()()