Concept

NumPy Trigonometric Functions

First, import numpy as np

  • np.tan() calculates tangent of element
  • np.arcsin() calculates inverse sine of element
  • np.arccos() calculates inverse cosine of element
  • np.arctan() calculates inverse tangent of element
  • np.degrees() converts element from radians to degrees
  • np.radians() converts element from degrees to radians

0

1

Updated 2021-07-13

Tags

Python Programming Language

Data Science