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

Method func08

exprtk_benchmark.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 static inline T func08(Type x, Type y)
245 {
246 using namespace std;
247 return (T(1.1)*pow(x,T(1))+T(2.2)*pow(y,T(2))-T(3.3)*pow(x,T(3))+T(4.4)*pow(y,T(15))-T(5.5)*pow(x,T(23))+T(6.6)*pow(y,T(55)));
248 }
249
250 static inline T func09(Type x, Type y)
251 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected