MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / sqrt

Function sqrt

include/hxMath.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 inline static double fround(double inX) { return ::std::floor(inX+0.5); }
29 inline static double random() { return __hxcpp_drand(); }
30 inline static double sqrt(double inX) { return ::std::sqrt(inX); }
31 inline static double cos(double inX) { return ::std::cos(inX); }
32 inline static double sin(double inX) { return ::std::sin(inX); }
33 inline static double tan(double inX) { return ::std::tan(inX); }

Callers 1

distance3DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected