Double

From Microduino Wiki
Jump to: navigation, search

double(double precision float-point)

  • Description

Double precision float-point, occupies 4 bytes.

The realization of double in the current arduino is same with float, the precision not being improved.

  • Note

If the code you find from other places includes double variables, you’d better check the code to confirm whether the precision of the variables during it can be achieved in arduino.

[Return to Arduino Syntax Manual]