Created
November 2, 2014 13:38
-
-
Save sublee/6266ae4e093bd1f866fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> a, b = -60.44590665056613, 89.04689154734581 | |
>>> a + 1.0 * (b - a) | |
89.04689154734582 | |
>>> a, b = 68.98093438784633, -77.63391120367295 | |
>>> a + 1.0 * (b - a) | |
-77.63391120367294 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment