19 Sep
2014
19 Sep
'14
3:20 a.m.
On Thu, Sep 18, 2014 at 11:16 PM, Case Van Horsen <casevh@gmail.com> wrote:
2) Add an alternate math library, say stdmath, (or ieeemath or...)
.. or numpy :-)
that can follow a different set of rules than the math module. In addition to the functions provided by the math module, it could define additional functions such as stdmath.div such that stdmath.div(2.0, 0) return Inf instead of raising an exception.