Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
Python's built-in float type has double precision (it's a C double in CPython, a Java double in Jython). If you need more precision, get NumPy and use its numpy.float128. https://stackoverflow.com/questions/6663272/double-precision-floating-values-in-python
13th Jan 2021, 6:09 AM
noteve
noteve - avatar