alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoInt and bool walk into a barlemmy.worldimagemessage-square31fedilinkarrow-up1667arrow-down122
arrow-up1645arrow-down1imageInt and bool walk into a barlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square31fedilink
minus-squareTheLinuxGuy@programming.devlinkfedilinkEnglisharrow-up15arrow-down1·edit-21 year agoHow it really works: mpf_t temperature; If confused... It’s arbitrary sized floating precision number provided in LibGMP and you can find more information about mpf_t here.
How it really works:
mpf_t temperature;
If confused...
It’s arbitrary sized floating precision number provided in LibGMP and you can find more information about mpf_t here.