Questions tagged [bigfloat]
33 questions
0
votes
0 answers
Python: Pandas and BigFloat
I have a pandas data frame with columns of data type float64.
I would like to increase the floating point precision to 200. I know you can do this with the BigFloat library.
I'm not sure what's the best way to increase the precision for floating…

DolphinGenomePyramids
- 414
- 1
- 3
- 17
0
votes
1 answer
Module Successfully Installed, but Not Found in IPython
I have installed the package bigfloat and the MPFR and GMP libraries. When I run python in the terminal (I use a Mac), bigfloat can be imported and works successfully. However, I typically write my scripts in iPython Notebook. When I try to import…

Rebecca M.
- 35
- 1
- 6
-1
votes
1 answer
Convert type from BigFloat to Float in python
I'm computing exp using BigFloat library in python. But then I have to compute the inverse of a matrix of BigFloats. I use function numpy.linalg.inv but I'm getting the following error:
No loop matching the specified signature and casting was found…

user1868607
- 2,558
- 1
- 17
- 38