「cpp/numeric/random/fisher f distribution/min」の版間の差分
提供: cppreference.com
< cpp | numeric | random | fisher f distribution
細 (1版:Translate from the English version) |
細 (r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh) |
||
1行: | 1行: | ||
{{page template|cpp/numeric/random/distribution/min|fisher_f_distribution}} | {{page template|cpp/numeric/random/distribution/min|fisher_f_distribution}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2012年11月2日 (金) 20:28時点における版
result_type min() const; |
(C++11以上) | |
分布が生成する可能性のある最小値を返します。
目次 |
引数
(なし)
戻り値
分布が生成する可能性のある最小値。
計算量
一定。
関連項目
生成される可能性のある最大値を返します (パブリックメンバ関数) |