Number precision in the Double Configuration node (part 2)

Hello Knimers,

when I try to enter a number into the Double configuration using “scientific” notation, for example 4e-8:

image

Strangely, this gets converted to 4:

image

It only works when I write it as 4E-8:

image

which gets converted to

image

Still, this is very confusing, as Java code understands 4e-8 perfectly well:

image

Same is true for the Math node:

image

The Constant Value Column node also has no problem understanding 4e-8:

image

The Table Creator node is also fine with it:

image

Best
Aswin

Hi Aswin,

Thanks for reporting this and for the detailed explanation of the issue. This is a bug and should be addressed. I have created ticket (AP-16333)

Best,
Temesgen

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.