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

Function sqrt

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

Square root. \param arg function argument \return square root of \a arg template typename enable ::type sqrt(T arg) { return functions::sqrt(arg); }

Source from the content-addressed store, hash-verified

2381 /// \return square root of \a arg
2382// template<typename T> typename enable<expr,T>::type sqrt(T arg) { return functions::sqrt(arg); }
2383 inline expr sqrt(half arg) { return functions::sqrt(arg); }
2384 inline expr sqrt(expr arg) { return functions::sqrt(arg); }
2385
2386 /// Cubic root.

Callers 15

sqrtMethod · 0.85
hypotMethod · 0.85
asinhMethod · 0.85
acoshMethod · 0.85
erfMethod · 0.85
TESTFunction · 0.85
compareEuclideanFunction · 0.85
compareEuclideanFunction · 0.85
rsqrtFunction · 0.85
computeArraysRMSDFunction · 0.85
compareArraysRMSDFunction · 0.85

Calls

no outgoing calls

Tested by 3

computeArraysRMSDFunction · 0.68
compareArraysRMSDFunction · 0.68