• data1701d (He/Him)@startrek.website
    link
    fedilink
    English
    arrow-up
    0
    ·
    17 days ago
    C:\home\dexcube\Development\piper\build> python3
    Python 3.13.2 (main, Mar 13 2025, 14:29:07) [GCC 14.2.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from decimal import Decimal
    >>> Decimal('0.1') + Decimal('0.2')
    Decimal('0.3')