Save bytes in float variable

Thanks that was the problem:
with : printf("; lat_dist: %.2f ; ", Lat_delta_distance);
instead of the %X format worked for me, but my compiler didn´t noticed me for that.
so Thank you!.