☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 11 days agoFirst exposure to floating-point arithmeticpeertube.mesnumeriques.frexternal-linkmessage-square3linkfedilinkarrow-up18arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up18arrow-down1external-linkFirst exposure to floating-point arithmeticpeertube.mesnumeriques.fr☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 11 days agomessage-square3linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squaredata1701d (He/Him)@startrek.websitelinkfedilinkEnglisharrow-up1·11 days agoC:\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')
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up2·11 days ago> C:\ > on linux Absolutely illegal.
minus-squaredata1701d (He/Him)@startrek.websitelinkfedilinkEnglisharrow-up2·10 days agoI use the Chicago95 XFCE theme, which modifies the bash prompt.
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')
>
C:\
>
on linux
Absolutely illegal.
I use the Chicago95 XFCE theme, which modifies the bash prompt.