#include <stdio.h> int main(void){ float lbfl = 0.15f; printf("lbfl = %.15f\n", lbfl); return 0;}
Standard input is empty
lbfl = 0.150000005960464
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!