MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / sqrt

Method sqrt

extern/half/include/half.hpp:1443–1443  ·  view source on GitHub ↗

Square root implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1441 /// \param arg function argument
1442 /// \return function value stored in single-preicision
1443 static expr sqrt(float arg) { return expr(std::sqrt(arg)); }
1444
1445 /// Cubic root implementation.
1446 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
sqrtFunction · 0.85

Tested by

no test coverage detected