Articles → Python → Math.Cos Function In PythonMath.Cos Function In PythonIn this article, we will discuss the math.cos function in Python.Purpose The math.cos function calculates the cos value of a numeric value.Example import math print("Cos of 4 is:", math.cos(4))Output Posted By - Karan Gupta Posted On - Tuesday, April 23, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
import math print("Cos of 4 is:", math.cos(4))
Query/Feedback