Skip to content

Files

Latest commit

Feb 19, 2019
f7666e5 · Feb 19, 2019

History

History
69 lines (42 loc) · 823 Bytes

floatCast.adoc

File metadata and controls

69 lines (42 loc) · 823 Bytes
title categories subCategories
float()
Variables
Conversion

float()

Description

Converts a value to the float data type.

Syntax

float(x)

Parameters

x: a value of any type

Returns

float

Notes and Warnings

See the reference for float for details about the precision and limitations of floating point numbers on Arduino.

See also