Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArashPartow/exprtk
/ func14
Method
func14
exprtk_benchmark.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
static inline T func14(Type x, Type y)
276
{
277
return clamp(T(-1), std::sin(T(2) * pi * x) + std::cos(y / T(2) * pi), + T(1));
278
}
279
280
static inline T func15(Type x, Type y)
281
{
Callers
nothing calls this directly
Calls
1
clamp
Function · 0.85
Tested by
no test coverage detected