float LL;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
Serial.begin(115200);
LL=1e11;
Serial.print("The value of LL: "); Serial.println(LL);
// I get an overflow error. WHY????????
delay(1000);
}
alto777
2
It's an open issue
I got the same result on an UNO.
See
for the workaround.
a7
system
Closed
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.