python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
numpy.linalg.solve for Decimal in Python
Is there any way how to solve equations when a matrix A and a vector b is composed of decimal.Decimals?
My A:
array([[Decimal('-5266125828.168885444558615257'),
Decimal('11312418445.6961242883...

Dominik Bolerác
Votes: 0
Answers: 1
How to use exact values of axes' using matplotlib in python
I have taken some graphics using matplotlib in python. But, y values cannot be understood easily. The picture is given below
enter image description here
How can I change these coordinate scripts. How...
Zohidjon
Votes: 0
Answers: 0
Find least significant digit in a double in Python
I have a lot of financial data stored as floating point doubles and I'm trying to find the least significant digit so that I can convert the data to integers with exponent.
All the data is finite, e.g...
Spedley
Votes: 0
Answers: 2