Description
Converts a value to the float data type.
Syntax
float(x)
Parameters
x
: a value. Allowed data types: any type.
Returns
Data type: float
.
Converts a value to the float data type.
float(x)
x
: a value. Allowed data types: any type.
Data type: float
.
See the reference for float for details about the precision and limitations of floating point numbers on Arduino.
LANGUAGE float