MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / sqrt

Method sqrt

include/half/half.hpp:1430–1430  ·  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

1428 /// \param arg function argument
1429 /// \return function value stored in single-preicision
1430 static expr sqrt(float arg) { return expr(std::sqrt(arg)); }
1431
1432 /// Cubic root implementation.
1433 /// \param arg function argument

Callers 1

stdMethod · 0.80

Calls 2

exprClass · 0.85
sqrtFunction · 0.85

Tested by

no test coverage detected