🍻 Default formulae for the missing package manager for macOS
Find a file
Clay McClure d4fd1b9aae Python requires -fwrapv for Decimal division
According to:

http://stackoverflow.com/questions/7590137/dividing-decimals-yields-invalid-results-in-python-2-5-to-2-7

the Python interpreter must be built with -fwrapv for proper Decimal division.

To test:

python -c "from decimal import Decimal; print Decimal(4) / Decimal(2)"

If built with -fwrapv, this yields 2.

Closes Homebrew/homebrew#10487.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:08:02 -08:00
Aliases fcgi: add 'fastcgi' alias 2012-02-22 13:48:11 -06:00
Formula Python requires -fwrapv for Decimal division 2012-02-25 22:08:02 -08:00