A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/random/chi_squared_distribution/max/ below:

public member function

<random>

std::chi_squared_distribution::max

Maximum value

Returns the least upper bound of the range of values potentially returned by member operator().

Because the chi_squared_distribution is a right-unbounded distribution, the function returns the maximum value representable by result_type:


either numeric_limits<result_type>::max() or numeric_limits<result_type>::infinity(), depending on implementation.

Parameters none

Return value The value of the least upper bound of the distribution's range that is representable with result_type.
result_type is a member type, defined as an alias of the first class template parameter (RealType).

Complexity Constant.

See also
chi_squared_distribution::min
Minimum value (public member function)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4