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

Method func12

exprtk_benchmark.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 static inline T func12(Type x, Type y)
266 {
267 return ((x * x) / std::sin(T(2) * pi / y)) - x / T(2);
268 }
269
270 static inline T func13(Type x, Type y)
271 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected