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

Method func16

exprtk_benchmark.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 static inline T func16(Type x, Type y)
286 {
287 return (((y + (x * T(2.2))) <= (x + y + T(1.1))) ? x - y : x * y) + T(2) * pi / x;
288 }
289};
290
291double pgo_primer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected