Online IDE feature showing HEX representation of numerical values

30 Sep 2017

Online IDE has a feature that shows the HEX representation of numerical values when the cursor is placed at the value.

I find that this feature does not work for the following numbers

  • Integer 0
  • float 0.0

Is there a reason for this? I noticed this when i was working on some issues with "<" and ">" comparisons to 0.0 in my code.

Jim Herd