Learn practical skills, build real-world projects, and advance your career

Trignometric Functions in Python

Python can be used to operate trignometric functions. The library which serves the purpose is called Numpy. In this notebook we will discuss five such important functions.

  • np.sin
  • np.cos
  • np.tan
  • np.degrees
  • np.radians

Let's save the notebook to the Joivan plaform so that we will have a digital version of this file saved.

!pip install jovian --upgrade -q
/bin/sh: pip: command not found
import jovian
jovian.commit(project='Trignometric Operations in Python')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Creating a new project "amar-jyoti535/Trignometric Operations in Python" [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/amar-jyoti535/trignometric-operations-in-python