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

Method func02

exprtk_benchmark.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 static inline T func02(Type x, Type y)
215 {
216 return (T(2) * y + T(2) * x);
217 }
218
219 static inline T func03(Type x, Type y)
220 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected