Kajika@lemmy.ml to Programmer Humor@lemmy.ml · 9 months agoFloating-point arithmeticlemmy.mlimagemessage-square24fedilinkarrow-up1730arrow-down15cross-posted to: programmer_humor@programming.dev
arrow-up1725arrow-down1imageFloating-point arithmeticlemmy.mlKajika@lemmy.ml to Programmer Humor@lemmy.ml · 9 months agomessage-square24fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareTheFadingOne@feddit.delinkfedilinkarrow-up5·edit-29 months agoIf you use the GNU libc the feenableexcept function, which you can use to enable certain floating point exceptions, could be useful to catch unexpected/unwanted NaNs
If you use the GNU libc the
feenableexcept
function, which you can use to enable certain floating point exceptions, could be useful to catch unexpected/unwanted NaNs