Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ Cos
Function
Cos
OsiInterface/Functions/MathFunctions.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool Cos(OsiArgumentDesc & args)
36
{
37
auto x = args[0].Float;
38
args[1].Float = cos(x);
39
return true;
40
}
41
42
bool Tan(OsiArgumentDesc & args)
43
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected