This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Nofar Schnider, benjamin.peterson, eric.araujo, georg.brandl, gvanrossum, mark.dickinson, ncoghlan, pitrou, python-dev, rhettinger, sbaird, serhiy.storchaka, stutzbach, tim.peters, veky, vstinner, waldir, zach.ware
Date 2016-08-11.18:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470939739.35.0.278823624637.issue12345@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-08-11 18:22:19serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, tim.peters, georg.brandl, rhettinger, mark.dickinson, ncoghlan, pitrou, vstinner, benjamin.peterson, stutzbach, eric.araujo, python-dev, sbaird, zach.ware, waldir, veky, Nofar Schnider
2016-08-11 18:22:19serhiy.storchakasetmessageid: <1470939739.35.0.278823624637.issue12345@psf.upfronthosting.co.za>
2016-08-11 18:22:19serhiy.storchakalinkissue12345 messages
2016-08-11 18:22:19serhiy.storchakacreate