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

Method func05

exprtk_benchmark.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 static inline T func05(Type x, Type y)
230 {
231 return x / ((x + y) + (x - y)) / y;
232 }
233
234 static inline T func06(Type x, Type y)
235 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected