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


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

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

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2014-06-19 07:31 -0400
Last post2014-06-19 07:31 -0400
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: can I get 0./0. to return nan instead of exception? Joel Goldstick <joel.goldstick@gmail.com> - 2014-06-19 07:31 -0400

#73414 — Re: can I get 0./0. to return nan instead of exception?

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2014-06-19 07:31 -0400
SubjectRe: can I get 0./0. to return nan instead of exception?
Message-ID<mailman.11142.1403177512.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Jun 19, 2014 7:05 AM, "Neal Becker" <ndbecker2@gmail.com> wrote:
>
> Can I change behavior of py3 to return nan for 0./0. instead of raising an
> exception?

There is no nan in python.
>
> --
> https://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


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


csiph-web