Can math.atan2 return INF?

Steven D'Aprano steve at pearwood.info
Tue Jun 21 13:50:24 EDT 2016


Are there any circumstances where math.atan2(a, b) can return an infinity?

I know it will return a NAN under some circumstances.



-- 
Steven




More information about the Python-list mailing list