>>> from maclaurin import series1 >>> round(series1(0.8, 0.001), 1) 5.0 >>> round(series1(-0.6, 0.0001), 3) 0.625