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

Method func10

exprtk_benchmark.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 static inline T func10(Type x, Type y)
256 {
257 return T(1) - std::sin(T(2) * x) + std::cos(pi / y);
258 }
259
260 static inline T func11(Type x, Type y)
261 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected