Suggestion: document lcd.print(float) and lcd.print(float, decimals)

Hi,

When I went to LiquidCrystal - Arduino Reference I was disappointed to see that it didn't support printing floating point numbers.

Then, later, I ran across this forum post Printing floating point numbers to LCD - #3 by system - Syntax & Programs - Arduino Forum where someone was printing floats to the lcd.

Can we update the documentation to mention this?

Thanks

I agree it should be documented, however it would be better having a section dedicated to the Print library (inherited by LiquidCrystal) as it is what provides the print/ln functions and is also used in Serial, Ethernet, Wifi, SD,...