Adds nixie tubes, for displaying values from a connected circuit network.
How does the "signal float" signal work?
It seems to work by simply inputting it into the numeric nixie tube, and then converts the display value to binary then into float-point value... It may be worth reading https://en.wikipedia.org/wiki/Floating-point_arithmetic#IEEE_754:_floating_point_in_modern_computers to learn how they work...
But why? ... binary to another number format... why If I do this does it tell me anything?