MCPcopy Create free account
hub / github.com/anjo76/angelscript / sqrtf

Function sqrtf

sdk/tests/test_feature/source/scriptmath3d.cpp:10–10  ·  view source on GitHub ↗

C++Builder doesn't define a non-standard "sqrtf" function but rather an overload of "sqrt" for float arguments.

Source from the content-addressed store, hash-verified

8// C++Builder doesn't define a non-standard "sqrtf" function but rather an overload of "sqrt"
9// for float arguments.
10inline float sqrtf (float x) { return sqrt (x); }
11#endif
12
13BEGIN_AS_NAMESPACE

Callers 1

lengthMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected