Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Sqrt
Function
Sqrt
NULLC/includes/math.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
double Sqrt(double num)
86
{
87
return sqrt(num);
88
}
89
90
double clamp(double val, double min, double max)
91
{
Callers
nothing calls this directly
Calls
1
sqrt
Function · 0.85
Tested by
no test coverage detected