import math for x in [float(j) / 10 for j in range(0, 300, 1)]: print x, 0.01+1*math.sin(2*x)