Skip to content

Commit

Permalink
Update include/boost/math/distributions/geometric.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland authored Apr 30, 2024
1 parent 419f44a commit 1303786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/math/distributions/geometric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ namespace boost
{ // Cumulative Distribution Function of geometric.
using std::pow;
using std::log;
using std::exp;
static const char* function = "boost::math::logcdf(const geometric_distribution<%1%>&, %1%)";

// k argument may be integral, signed, or unsigned, or floating point.
Expand Down

0 comments on commit 1303786

Please sign in to comment.