rusty
rusty copied to clipboard
"overflow" detection for fp values outside of `f32` range
We might want to add an "overflow" detection for values outside of f32 range similar to the existing integer overflow detection to warn the user about truncation, as can be seen in this test case.
Originally posted by @mhasel in https://github.com/PLC-lang/rusty/pull/1526#discussion_r2378933766