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 mark108
Recipients mark108
Date 2011-11-06.10:56:56
SpamBayes Score 0.013710656
Marked as misclassified No
Message-id <1320577016.77.0.989776485745.issue13355@psf.upfronthosting.co.za>
In-reply-to
Content
When low and mode are the same in random.triangular it gives the following error:


<type 'exceptions.ZeroDivisionError'>: float division
      args = ('float division',)
      message = 'float division' 


When high and mode are the same there is no problem.
History
Date User Action Args
2011-11-06 10:56:56mark108setrecipients: + mark108
2011-11-06 10:56:56mark108setmessageid: <1320577016.77.0.989776485745.issue13355@psf.upfronthosting.co.za>
2011-11-06 10:56:56mark108linkissue13355 messages
2011-11-06 10:56:56mark108create