>>> from maclaurin import series2 >>> round(series2(1, 0.0001), 4) 0.7854 >>> round(series2(0.2, 0.0001), 4) 0.1974