#On the name of ALLAH and may the blessing and peace of Allah #be upon the Messenger of Allah Mohamed Salla Allahu Aliahi Wassalam. #Author : Fouad Teniou #Date : 06/07/10 #version :2.6 """ maclaurin_series_two is a function to compute 1/1+x^2 using maclaurin series and the interval of convergence is -1 < x < 1 1/1+x^2 = 1 - x^2 + x^4- x^6 ........... """ def error_two(number): """ Raises interval of convergence error.""" if number >= 1 or number <= -1 : raise TypeError,\ "\n