Answers for "cos2x"

0

cos2x

import math

num = int(input("Enter an angle (in degrees)"))
print(math.cos(2*num))
Posted by: Guest on November-01-2020

Code answers related to "cos2x"

Python Answers by Framework

Browse Popular Code Answers by Language