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

Method func07

exprtk_benchmark.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 static inline T func07(Type x, Type y)
240 {
241 return (T(5.5) + x) + (T(2) * x - T(2) / T(3) * y) * (x / T(3) + y / T(4)) + (y + T(7.7));
242 }
243
244 static inline T func08(Type x, Type y)
245 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected