Mathematical Functions in Pytho2
Mathematical Functions in Pytho2
1. sin() :- This function returns the sine of value passed as argument. The value passed in this
function should be in radians.
2. cos() :- This function returns the cosine of value passed as argument. The value passed in
this function should be in radians.
Output:
Output:
Output: