new Float:float = 1.00000;printf("%f", float); //will print 1.000000printf("%.1f", float); //will print 1.0