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

Function acos

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

Arc cosine function. \param arg function argument \return arc cosine value of \a arg template typename enable ::type acos(T arg) { return functions::acos(arg); }

Source from the content-addressed store, hash-verified

2447 /// \return arc cosine value of \a arg
2448// template<typename T> typename enable<expr,T>::type acos(T arg) { return functions::acos(arg); }
2449 inline expr acos(half arg) { return functions::acos(arg); }
2450 inline expr acos(expr arg) { return functions::acos(arg); }
2451
2452 /// Arc tangent function.

Callers 6

acosMethod · 0.85
TESTFunction · 0.85
cart_to_sph_positionFunction · 0.85
cart_to_sph_velocityFunction · 0.85
cart_to_oblate_positionFunction · 0.85
cart_to_oblate_velocityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected