[issue12345] Add math.tau

Serhiy Storchaka report at bugs.python.org
Thu Aug 11 14:22:19 EDT 2016


Serhiy Storchaka added the comment:

In general, the volume, in n-dimensional Euclidean space, of the unit n-ball, is given by

    V_n = pi**(n/2) / gamma(n/2+1)

or

    V_n = (tau/2)**(n/2) / gamma(n/2+1)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12345>
_______________________________________


More information about the Python-bugs-list mailing list