Search found 1 match

by lordreas
Tue Mar 14, 2023 11:50 pm
Forum: ESP32 Arduino
Topic: Working with large floating point numbers.
Replies: 1
Views: 3431

Working with large floating point numbers.

Hello there, I'm struggling with calculations involving large floats. Running the following code on my Wemos Lolin32 Lite on Arduino featuring an ESP-32 Rev1 double test = 2.; void setup() { // put your setup code here, to run once: Serial.begin(31250); } void loop() { // put your main code here, to...