Possible Duplicate:
Limit a double to two decimal places
I want to display numbers in specific format in Objective C. Here, I just want to show the numbers with two precision.
Suppose I have numbers like 25.5;
Then I want show number as given below.
25.5 => 25.50