atan2(Y,X) — Returns the arctangent of Y/X in the range -PI to PI.For the tangent operation, you may use the "Math::Trig::tan" function, or use the familiar relation:
sub tan { sin($_[0]) / cos($_[0]) }
The return value for "atan2(0,0)" is implementation-defined; consult your atan2(3) manpage for more information.
Portability issues: "atan2" in perlport.
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-17 14:05 @216.73.216.102
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)