#!/usr/bin/python x = -2 print "%f" % 2 ** x round(1) print "%f" % 2 ** x