fdict icon indicating copy to clipboard operation
fdict copied to clipboard

Retrieving a double vs single errors out

Open zerothi opened this issue 5 years ago • 0 comments

One cannot retrieve a single precision value with a double precision.

It is not fully clear what should be the case for:

  1. Store integer, retrieve real
  2. Store integer, retrieve double
  3. Store real, retrieve double
  4. Store double, retrieve real

Should all work? Currently they don't, the type has to be explicitly correct.

zerothi avatar Sep 24 '18 11:09 zerothi