Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ Exp
Function
Exp
OsiInterface/Functions/MathFunctions.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool Exp(OsiArgumentDesc & args)
93
{
94
auto x = args[0].Float;
95
args[1].Float = exp(x);
96
return true;
97
}
98
99
bool Factorial(OsiArgumentDesc & args)
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected