math.h

#include <numeric>
#include <cmath>
#include <algorithm>
#include <functional>
math.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

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

ネームスペース

namespace  osl
 

attackDefense.h


namespace  osl::misc
 

特に将棋と関係ない基礎的なコード


関数

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)
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義
Sun May 16 09:54:47 2010に生成されました。  doxygen 1.6.3