std::fisher_f_distribution<RealType>::m, n

Returns the parameters the distribution was constructed with.

# Declarations

RealType m() const;

(since C++11)

RealType n() const;

(since C++11)

# See also