「cpp/numeric/random/fisher f distribution/min」の版間の差分
提供: cppreference.com
< cpp | numeric | random | fisher f distribution
TranslationBot (トーク | 投稿記録) (Translated from the English version using Google Translate) |
細 (1版:Translate from the English version) |
2012年10月30日 (火) 18:36時点における版
result_type min() const; |
(C++11以上) | |
分布が生成する可能性のある最小値を返します。
目次 |
引数
(なし)
戻り値
分布が生成する可能性のある最小値。
計算量
一定。
関連項目
生成される可能性のある最大値を返します (パブリックメンバ関数) |