| 268 | } |
| 269 | |
| 270 | static inline T func13(Type x, Type y) |
| 271 | { |
| 272 | return (x + (std::cos(y - std::sin(T(2) / x * pi)) - std::sin(x - std::cos(T(2) * y / pi))) - y); |
| 273 | } |
| 274 | |
| 275 | static inline T func14(Type x, Type y) |
| 276 | { |
nothing calls this directly
no outgoing calls
no test coverage detected