cos in python dalam derajat

math.cos(math.radians(1))
# math.cos takes radians
# math.radians converts radians to degrees
Rocku0