MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / func13

Method func13

exprtk_benchmark.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected