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

Method func03

exprtk_benchmark.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 static inline T func03(Type x, Type y)
220 {
221 return ((T(1.23) * (x * x)) / y) - T(123.123);
222 }
223
224 static inline T func04(Type x, Type y)
225 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected