로딩
요청 처리 중입니다...

(numpy) numpy.around

 (numpy) numpy.around

numpy.around numpy.around — NumPy v1.23 Manual numpy.around numpy. around ( a , decimals = 0 , out = None ) [source] Evenly round to the given number of decimals. Parameters a array_like Input data. decimals int, optional Number of decimal places to round to (default: 0).

If decimals is negative, it specifies the number of positions to the left... numpy.org ndarray 타입 데이터 내의 요소 모두에 반올림을 적용할 수 있는 함수이다 parameter a : 데이터를 입력받는다. decimals (default = 0) : 소숫점 몇 번째 자리를 반올림 할 지 지정한다. 단, 음수일 경우 정수 부분의 반...

원문 링크 : (numpy) numpy.around