Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ log
Function
log
sources/instance/type_ext.cpp:1111–1114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1109
}
1110
1111
numeric log(const numeric &a, const numeric &b)
1112
{
1113
return std::log(b.as_float()) / std::log(a.as_float());
1114
}
1115
1116
numeric sin(const numeric &n)
1117
{
Callers
1
ln
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected