25
Numerics library
[numerics]
25.1
General
[numerics.general]
1
#
This Clause describes components that C++ programs may use to perform seminumerical operations
.
2
#
The following subclauses describe components for complex number types, random number generation, numeric (
n
-at-a-time) arrays, generalized numeric algorithms, and mathematical functions for floating-point types, as summarized in Table
81
.
Table
81
— Numerics library summary
Subclause
Header(s)
[numeric.requirements]
Requirements
[cfenv]
Floating-point environment
<
cfenv
>
[complex.numbers]
Complex numbers
<
complex
>
[bit]
Bit manipulation
<
bit
>
[rand]
Random number generation
<
random
>
[numarray]
Numeric arrays
<
valarray
>
[c.math]
Mathematical functions for
<
cmath
>
floating-point types
<
cstdlib
>