======float() ====== ====Description ==== Converts a value to the [[arduino:data_types:float|float]] data type. ====Syntax ==== float(x) ====Parameters ==== x: a value of any type ====Returns ==== float ====Notes ==== See the reference for [[arduino:data_types:float|float]] for details about the precision and limitations of floating point numbers on Arduino. ====See also ==== * [[arduino:data_types:float|float]] Source: arduino.cc