Mark42XLII
Results
2
issues of
Mark42XLII
Consider this: ```python import pint ureg = pint.UnitRegistry() x = 0.9999 q = x * ureg.meters print(f"{x:#.2g}") print(f"{q:#.2g}") ``` This outputs: ``` 1.0 1e+03 millimeter ``` While I would expect:...
What SDK did you use to make this? This is not just possible. I've tried everything. I read like, 30 stackoverflow and nothing worked. Do I need some library or...