how to do sin in degrees python code example
Example: sin function in python does it values in radians
math.sin(value) # value must be in radians ,1 degree = 0.0174533 radians
math.sin(value) # value must be in radians ,1 degree = 0.0174533 radians