Things are probably going wrong using only 32 bit floating point numbers, but you're stuck with them.
void setup(){
Serial.begin(9600);
Serial.println (39895.00 / 2100.00);
Serial.println (39895.00 / 2100.00, 6);
}
void loop()
{
}
Things are probably going wrong using only 32 bit floating point numbers, but you're stuck with them.
void setup(){
Serial.begin(9600);
Serial.println (39895.00 / 2100.00);
Serial.println (39895.00 / 2100.00, 6);
}
void loop()
{
}