2020-04-29 23:48:00 +08:00

8 lines
89 B
Python

import math
def SineIn(t, b, c, d):
return -c * math.cos(t/d * (math.pi/2)) + c + b