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