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

Method func01

exprtk_benchmark.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 static inline T func01(Type x, Type y)
210 {
211 return T(2) * (y + x);
212 }
213
214 static inline T func02(Type x, Type y)
215 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected