[Python-ideas] math.tau

anatoly techtonik techtonik at gmail.com
Mon Mar 16 13:12:44 CET 2015


>>> import math
>>> math.tau
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'tau'
>>> math.pi * 2
6.283185307179586

https://www.youtube.com/watch?v=2hhjsSN-AiU

=)


More information about the Python-ideas mailing list