class TestUnSeptieme{
    

    public static void main(String args[]){
	System.out.println(1E6*1/(float)7 -1/(float)7);
	
    }
}