Hi, I was wondering if anybody knows an easy way to round floats. I wrote a program calculating money, and I'd like to display the right amount of decimal places for dollars and cents. Right now, it's printing numbers like "156.945957" and I'd just like it to print "156.95". Thanks in advance.