If I don't set the precision, how many decimal places can Numpy be accurate?
I've been dealing with some scientific computing problems for a while now, usually with precision to 15 decimal places, and I don't know if numpy can do this kind of precision.
If not, how can I set the precision?