Namespaces
Variants
Views
Actions

Numerics library

From cppreference.com
< cpp
Revision as of 06:32, 23 April 2011 by WikiSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/numeric/sidebar

Contents

Common mathematical functions

A lot of common mathematic functions are defined in <cmath> header.

Complex numbers

complex numbers

Numeric arrays

Pseudo-random number generation

generate a pseudo-random number
(function)
initialize pseudo-random number generator
(function)

Generic numeric operations