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

Method func04

exprtk_benchmark.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 static inline T func04(Type x, Type y)
225 {
226 return (y + x / y) * (x - y / x);
227 }
228
229 static inline T func05(Type x, Type y)
230 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected