>>> from series_de_taylor import serie_sin >>> round(serie_sin(1.5708, 0.0001), 5) 1.0 >>> round(serie_sin(0.5236,0.0001), 7) 0.5000032