alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 年前Javalemmy.worldimagemessage-square90fedilinkarrow-up1586arrow-down148
arrow-up1538arrow-down1imageJavalemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 年前message-square90fedilink
minus-squaresnake_baitman@lemmy.sdf.orglinkfedilinkarrow-up18·3 年前The CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
minus-squareNotNotMike@programming.devlinkfedilinkarrow-up3·3 年前I’m learning so much from this thread and I don’t even use Java
The CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
I’m learning so much from this thread and I don’t even use Java