Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ log
Function
log
NULLC/translation/std_math_bind.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
return exp(num);
80
}
81
double log(double num, void* unused)
82
{
83
return log(num);
84
}
85
double sqrt(double num, void* unused)
86
{
87
return sqrt(num);
Callers
1
Log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected