Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
template <typename T>
42
T myotherfunc(T v0, T v1, T v2)
43
{
44
return std::abs(v0 - v1) * v2;
45
}
46
47
template <typename T>
48
void custom_function()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected