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