std::chi_squared_distribution::min
De cppreference.com
< cpp | numeric | random | chi squared distribution
result_type min() const; |
(desde C++11) | |
Devuelve el valor máximo potencialmente generado por la distribución.
Contenido |
[editar] Parámetros
(Ninguno)
[editar] Valor de retorno
El valor máximo potencialmente generado por la distribución.
[editar] Complejidad
Constante.
[editar] Ver también
devuelve el valor máximo potencialmente generado Original: returns the maximum potentially generated value The text has been machine-translated via |