Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ pow
Function
pow
sources/instance/type_ext.cpp:1156–1159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1154
}
1155
1156
numeric pow(const numeric &a, const numeric &b)
1157
{
1158
return std::pow(a.as_float(), b.as_float());
1159
}
1160
1161
numeric _min(const numeric &a, const numeric &b)
1162
{
Callers
1
root
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected