xlcalculator
xlcalculator copied to clipboard
Fix ATAN2 calculation error. ATAT2(a,b)=ATAN(b/a)
=ATAN2(1, 2) should be 1.10715
>>> np.arctan2(2,1)
1.1071487177940904