Computer Science, asked by amlanphkn3950, 9 months ago

Function used to find sine of an angle given in radians

Answers

Answered by chiefprashant
1

Answer:

#Python

Explanation:

from math import sin,degrees

eg-

a= sin(degrees(radians))

Similar questions