MCPcopy 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}
85double sqrt(double num, void* unused)
86{
87 return sqrt(num);
88}
89
90double clamp(double val, double min, double max, void* unused)
91{

Callers 8

SqrtFunction · 0.85
length2Function · 0.85
length3Function · 0.85
lengthFunction · 0.85
TestPointers.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

lengthFunction · 0.68