News

I am doing some calculations using floats, but for presentation I want to only display to a given decimal place.Let's say the final value is:1.123456789How would I only show 1.1234?I did a couple ...