float a; for (byte i=0; i<250; i++) { a = log(i) ; Serial.print(i); Serial.print("\t"); Serial.println(a); }