Skip to content

Commit 1303786

Browse files
authored
Update include/boost/math/distributions/geometric.hpp
1 parent 419f44a commit 1303786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/math/distributions/geometric.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ namespace boost
385385
{ // Cumulative Distribution Function of geometric.
386386
using std::pow;
387387
using std::log;
388+
using std::exp;
388389
static const char* function = "boost::math::logcdf(const geometric_distribution<%1%>&, %1%)";
389390

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

0 commit comments

Comments
 (0)