Relative Content

Tag Archive for pythonnumerical-methodspython-decimal

Python “decimal” module for numerical computation: how do I use it?

so I’m trying to modify the precision used in my code. the only method (I know of) is using the “decimal” module. but I’m not really sure how to use it. I’m not entirely new to Python, but I’m still learning how to implement some of the fundamentals, so modules like this one are kind of new to me and I’d really appreciate your help 🙁