rusty icon indicating copy to clipboard operation
rusty copied to clipboard

"overflow" detection for fp values outside of `f32` range

Open mhasel opened this issue 3 months ago • 0 comments

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

mhasel avatar Sep 25 '25 14:09 mhasel