futhark icon indicating copy to clipboard operation
futhark copied to clipboard

Feature request: the trace attribute should support scientific notation

Open patrick-nicodemus opened this issue 7 months ago • 2 comments

If my variable is less than 10^-8 or so, then the #[trace] attribute just prints:

common.fut:182:20-37: 0.000000

It would be helpful if it was available in scientific notation. I would like to see the value of the number out to so many significant digits. At the least I would like to know whether the value is zero.

patrick-nicodemus avatar Jul 11 '24 07:07 patrick-nicodemus