orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 5 months agoFloating point arithmeticseviltoast.orgimagemessage-square42fedilinkarrow-up1740arrow-down17
arrow-up1733arrow-down1imageFloating point arithmeticseviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 5 months agomessage-square42fedilink
minus-squareFrezik@lemmy.blahaj.zonelinkfedilinkarrow-up11·5 months agoYou can also have a type which does it. Raku has a Rational type for this.
minus-squareKacarott@aussie.zonelinkfedilinkarrow-up4·5 months agoPython has the Fraction type, and there are many more
minus-squaredontsayaword@piefed.sociallinkfedilinkEnglisharrow-up5·5 months agoPart of my first programming courses in the 90s in C were creating a native fraction type.
You can also have a type which does it. Raku has a Rational type for this.
Python has the Fraction type, and there are many more
Part of my first programming courses in the 90s in C were creating a native fraction type.