Besonderhede van voorbeeld: -6574864119100217277

Metadata

Author: WikiMatrix

Data

English[en]
Components that C++ programs may use to perform seminumerical operations. <complex> The header <complex> defines a class template, and numerous functions for representing and manipulating complex numbers. <random> Facility for generating (pseudo-)random numbers <valarray> Defines five class templates (valarray, slice_array, gslice_array, mask_array, and indirect_array), two classes (slice and gslice),and a series of related function templates for representing and manipulating arrays of values. <numeric> Generalized numeric operations.
Korean[ko]
C++ 프로그램들이 준-수치 연산들을 수행하기 위해 사용할 수 있는 구성 요소들. <complex> 헤더 <complex>는 클래스 템플릿과 복잡한 숫자들을 표현하고 다루기 위한 많은 함수들을 정의한다 <random> (슈도)랜덤 숫자들을 생성하기 위한 기능 <valarray> 5개의 클래스 템플릿(valarray, slice_array, gslice_array, mask_array 그리고 indirect_array), 두 클래스(slice와 gslice), 그리고 값들의 배열들을 표현하고 조작하는데 사용되는 관련된 함수들을 정의한다. <numeric> 일반화된 수치 연산들.

History

Your action: