MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / atan2

Method atan2

samples/common/half.h:1936–1939  ·  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

1934 /// \param y second argument
1935 /// \return function value stored in single-preicision
1936 static expr atan2(float x, float y)
1937 {
1938 return expr(std::atan2(x, y));
1939 }
1940
1941 /// Hyperbolic sine implementation.
1942 /// \param arg function argument

Callers 1

transformMethod · 0.45

Calls 2

exprClass · 0.70
atan2Function · 0.70

Tested by

no test coverage detected