[Python-ideas] math.nextafter
Mahmoud Hashemi
mahmoud at hatnote.com
Fri Feb 24 13:27:44 EST 2017
By the way, it looks like math doesn't have machine epsilon either:
>
>
> https://en.wikipedia.org/wiki/Machine_epsilon
>
> which would be handy as well.
>
> -CHB
>
>
Pretty sure machine epsilon is in the sys module's float_info object. Or
are you saying it would be handy to alias sys.float_info.epsilon over to
the math module too?
Mahmoud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170224/8125218f/attachment.html>
More information about the Python-ideas
mailing list