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

Method func11

exprtk_benchmark.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 static inline T func11(Type x, Type y)
261 {
262 return std::sqrt(T(111.111) - std::sin(T(2) * x) + std::cos(pi / y) / T(333.333));
263 }
264
265 static inline T func12(Type x, Type y)
266 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected