Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ sqrt
Function
sqrt
NULLC/translation/std_math_bind.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return log(num);
84
}
85
double sqrt(double num, void* unused)
86
{
87
return sqrt(num);
88
}
89
90
double clamp(double val, double min, double max, void* unused)
91
{
Callers
8
Sqrt
Function · 0.85
length2
Function · 0.85
length3
Function · 0.85
float2__length_float_ref__
Function · 0.85
float3__length_float_ref__
Function · 0.85
float4__length_float_ref__
Function · 0.85
length
Function · 0.85
TestPointers.cpp
File · 0.85
Calls
no outgoing calls
Tested by
1
length
Function · 0.68