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

Function cbrt

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

Cubic root. \param arg function argument \return cubic root of \a arg template typename enable ::type cbrt(T arg) { return functions::cbrt(arg); }

Source from the content-addressed store, hash-verified

2388 /// \return cubic root of \a arg
2389// template<typename T> typename enable<expr,T>::type cbrt(T arg) { return functions::cbrt(arg); }
2390 inline expr cbrt(half arg) { return functions::cbrt(arg); }
2391 inline expr cbrt(expr arg) { return functions::cbrt(arg); }
2392
2393 /// Hypotenuse function.

Callers 2

cbrtMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected