def test_sin(self): self.assertTrue(t1(lambda fdf:fdf.sin(), [0.0, 0.1, 0.2, 1.0], 1e-5,1e-9))
def tsin01(fdf): return fdf.sin()