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

Function myotherfunc

exprtk_simple_example_05.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <typename T>
42T myotherfunc(T v0, T v1, T v2)
43{
44 return std::abs(v0 - v1) * v2;
45}
46
47template <typename T>
48void custom_function()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected