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

Method func06

exprtk_benchmark.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 static inline T func06(Type x, Type y)
235 {
236 return T(1) - ((x * y) + (y / x)) - T(3);
237 }
238
239 static inline T func07(Type x, Type y)
240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected