Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/boost/math/distributions/find_scale.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ namespace boost
}

//cout << "z " << z << ", p " << p << ", quantile(Dist(), p) "
//<< quantile(Dist(), p) << ", z - mean " << z - location
//<<", sd " << (z - location) / quantile(Dist(), p) << endl;
// << quantile(Dist(), p) << ", z - mean " << z - location
// <<", sd " << (z - location) / quantile(Dist(), p) << endl;

//quantile(N01, 0.001) -3.09023
//quantile(N01, 0.01) -2.32635
Expand Down
2 changes: 1 addition & 1 deletion include/boost/math/distributions/hyperexponential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ template <typename RealT, typename PolicyT>
class hyperexponential_distribution;


namespace /*<unnamed>*/ { namespace hyperexp_detail {
namespace /* <unnamed> */ { namespace hyperexp_detail {

template <typename T>
void normalize(std::vector<T>& v)
Expand Down
2 changes: 1 addition & 1 deletion include/boost/math/special_functions/lambert_w.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ struct lambert_w0_small_z_series_term
{
using result_type = T;
//! \param _z Lambert W argument z.
//! \param -term -pow<18>(z) / 6402373705728000uLL
//! \param _term -pow<18>(z) / 6402373705728000uLL
//! \param _k number of terms == initially 18

// Note *after* evaluating N terms, its internal state has k = N and term = (-1)^N z^N.
Expand Down