math.h

#include <numeric>
#include <cmath>
#include <algorithm>
#include <functional>

math.hのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

ネームスペース

namespace  osl
namespace  osl::misc

構成

struct  osl::misc::SumDiffNthPower< T, N >

関数

template<unsigned int N, class T>
osl::misc::nthPower (T x)
 Reference: C++ Cookbook, Stephens, Diggins, Turkanis and Cogswell, O'Reilly,
template<class T, int N, class Iter_T>
osl::misc::nthMoment (Iter_T first, Iter_T last, T mean)
template<class T, class Iter_T>
osl::misc::computeVariance (Iter_T first, Iter_T last, T mean)
template<class T, class Iter_T>
osl::misc::computeStdDev (Iter_T first, Iter_T last, T mean)
template<class T, class Iter_T>
osl::misc::computeSkew (Iter_T first, Iter_T last, T mean)
template<class T, class Iter_T>
osl::misc::computeKurtosisExcess (Iter_T first, Iter_T last, T mean)
template<class T, class Iter_T>
void osl::misc::computeStats (Iter_T first, Iter_T last, T &sum, T &mean, T &var, T &std_dev, T &skew, T &kurt)


Thu Oct 8 05:01:12 2009に生成されました。  doxygen 1.5.6