Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY:
import numpy as np

Function 1 - numpy.around()

Used to evenly round the numbers to a given number of decimals.