Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 25765238dc610b857b6b5f9e6631d64c > files > 23

python3-gmpy-1.17-3.mga4.x86_64.rpm

''' make a "true division" function available for testing '''

from __future__ import division

def truediv(a, b): return a/b