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

Method atan2

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

Arc tangent implementation. \param x first argument \param y second argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1512 /// \param y second argument
1513 /// \return function value stored in single-preicision
1514 static expr atan2(float x, float y) { return expr(std::atan2(x, y)); }
1515
1516 /// Hyperbolic sine implementation.
1517 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
atan2Function · 0.85

Tested by

no test coverage detected