Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73412 > unrolled thread

can I get 0./0. to return nan instead of exception?

Started byNeal Becker <ndbecker2@gmail.com>
First post2014-06-19 07:04 -0400
Last post2014-06-19 07:04 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  can I get 0./0. to return nan instead of exception? Neal Becker <ndbecker2@gmail.com> - 2014-06-19 07:04 -0400

#73412 — can I get 0./0. to return nan instead of exception?

FromNeal Becker <ndbecker2@gmail.com>
Date2014-06-19 07:04 -0400
Subjectcan I get 0./0. to return nan instead of exception?
Message-ID<mailman.11140.1403175869.18130.python-list@python.org>
Can I change behavior of py3 to return nan for 0./0. instead of raising an
exception?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web