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

Method func15

exprtk_benchmark.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 static inline T func15(Type x, Type y)
281 {
282 return std::max(T(3.33), std::min(sqrt(T(1) - std::sin(T(2) * x) + std::cos(pi / y) / T(3)), T(1.11)));
283 }
284
285 static inline T func16(Type x, Type y)
286 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected