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

Method func09

exprtk_benchmark.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 static inline T func09(Type x, Type y)
251 {
252 return std::sin(T(2) * x) + std::cos(pi / y);
253 }
254
255 static inline T func10(Type x, Type y)
256 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected