float

Floating point variable storage. float are used to do math calculations with floating point as well as advanced trigonometric functions.
float var = val;
float voltage = 3.3 * analogRead(A3) / 1023;