Double

From Microduino Wiki
Revision as of 10:09, 18 August 2016 by Fengfeng (talk) (Created page with "double(double precision float-point)<br> *'''Description'''<br> Double precision float-point, occupies 4 bytes. <br> The realization of double in the current arduino is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]