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 nschloe
Recipients eric.fahlgren, juraj.sukop, mark.dickinson, nschloe, pitrou, python-dev, serhiy.storchaka, skrah, vstinner
Date 2018-02-21.10:50:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519210237.22.0.467229070634.issue29282@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, thanks for the info.

As a stop-gap measure, I've created pyfma [1, 2]. Install with
```
pip install pyfma
```
and use with
```
pyfma.fma(3.0, 2.0, 1.0)
```
Only works on Unix reliable then, but that's all I care about. :)

Cheers,
Nico

[1] https://github.com/nschloe/pyfma
[2] https://pypi.python.org/pypi/pyfma
History
Date User Action Args
2018-02-21 10:50:37nschloesetrecipients: + nschloe, mark.dickinson, pitrou, vstinner, skrah, python-dev, serhiy.storchaka, eric.fahlgren, juraj.sukop
2018-02-21 10:50:37nschloesetmessageid: <1519210237.22.0.467229070634.issue29282@psf.upfronthosting.co.za>
2018-02-21 10:50:37nschloelinkissue29282 messages
2018-02-21 10:50:37nschloecreate