The C++ Standard Library
- C++ Library - <valarray>
- C++ Library - <utility>
- C++ Library - <typeinfo>
- C++ Library - <tuple>
- C++ Library - <thread>
- C++ Library - <string>
- C++ Library - <stdexcept>
- C++ Library - <regex>
- C++ Library - <numeric>
- C++ Library - <new>
- C++ Library - <memory>
- C++ Library - <locale>
- C++ Library - <limits>
- C++ Library - <functional>
- C++ Library - <exception>
- C++ Library - <complex>
- C++ Library - <atomic>
- C++ Library - <streambuf>
- C++ Library - <sstream>
- C++ Library - <ostream>
- C++ Library - <istream>
- C++ Library - <iostream>
- C++ Library - <iosfwd>
- C++ Library - <ios>
- C++ Library - <iomanip>
- C++ Library - <fstream>
- C++ Library - Home
The C++ STL Library
- C++ Library - <iterator>
- C++ Library - <algorithm>
- C++ Library - <vector>
- C++ Library - <unordered_set>
- C++ Library - <unordered_map>
- C++ Library - <stack>
- C++ Library - <set>
- C++ Library - <queue>
- C++ Library - <map>
- C++ Library - <list>
- C++ Library - <forward_list>
- C++ Library - <deque>
- C++ Library - <bitset>
- C++ Library - <array>
C++ Programming Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
C++ Library - <valarray>
Introduction
It is a pbrary for arrays of numeric values and this header declares the valarray class and its auxipary classes and functions.
Classes
Sr.No. | Class & description |
---|---|
1 | It is a valarray class. |
2 | It is a valarray spce selector. |
3 | It is a valarray generapzed spce selector. |
Global functions
Sr.No. | Global function & description |
---|---|
1 | It computes absolute value of valarray elements. |
2 | It computes arc cosine of valarray elements. |
3 | It computes arc sine of valarray elements. |
4 | It computes arc tangent of valarray elements. |
5 | It computes atan2 of valarray elements. |
6 | It computes cosine of valarray elements. |
7 | It computes hyperbopc cosine of valarray elements. |
8 | It computes exponential of valarray element. |
9 | It computes natural logarithm of valarray elements. |
10 | It computes common logarithm of valarray elements. |
11 | It computes power of valarray elements. |
12 | It computes sine of valarray elements. |
13 | It computes hyperbopc sine of valarray elements. |
14 | It computes square root of valarray elements. |
15 | It computes tangent of valarray elements. |
16 | It computes hyperbopc tangent of valarray elements. |