TensorPlay
API symbols_composite_funcs
Copy
View MarkdownDownload .md

tensorplay._composite_funcs.arctan2

tensorplay._composite_funcs.arctan2(input, other)[source]

atan2(y, x) = 2*atan(y / (hypot + x)); native atan2 CPU kernel is currently unregistered in this tree, so compose. Edge narrows vs torch: negative-zero y with x < 0 returns +pi instead of -pi.

Ask DeepWiki