QGIS/python/core/auto_additions/qgsmathutils.py
Nyall Dawson d7edbfe723 Introduce QgsMathUtils class
Currently contains a method for converting doubles to approximate
rational fractions
2025-08-07 11:56:06 +10:00

6 lines
208 B
Python

# The following has been generated automatically from src/core/qgsmathutils.h
try:
QgsMathUtils.doubleToRational = staticmethod(QgsMathUtils.doubleToRational)
except (NameError, AttributeError):
pass