Articles → Python → Math.Cos Function In Python
import math print("Cos of 4 is:", math.cos(4))
Query/Feedback