0 / 60 seg.

What does this code print?

NSString *val = @"1.23";
NSLog(@"%.04f", val.floatValue);