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

Method acos

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

Arc cosine implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1501 /// \param arg function argument
1502 /// \return function value stored in single-preicision
1503 static expr acos(float arg) { return expr(std::acos(arg)); }
1504
1505 /// Arc tangent implementation.
1506 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
acosFunction · 0.85

Tested by

no test coverage detected