use platform & architecture independent numpy data types
changes occurrences of numpy.float128
and numpy.complex256
to numpy.longdouble
and numpy.clongdouble
, respectively. Closes #139 (closed).
changes occurrences of numpy.float128
and numpy.complex256
to numpy.longdouble
and numpy.clongdouble
, respectively. Closes #139 (closed).