string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

string

sample of double float ?

30th Aug 2018, 1:32 AM
yang liu
yang liu - avatar
1 Answer
+ 6
Python float is double implemented in C. If you want higher accuracy, you may be looking for decimal. https://docs.python.org/3/library/decimal.html
30th Aug 2018, 4:56 AM
Hatsy Rei
Hatsy Rei - avatar