Opened 14 years ago
Closed 14 years ago
#2873 closed Bugs (fixed)
Doc bug in boost / math / incomplete beta
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | math |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
There is a minor bug in the synoposis of the incomplete beta function documentation. Specifically the #include is for the gamma function. See e.g.
If you do use this include blindly the result error is a link error (presumably the gamma function sees a forward declaration of the beta function somewhere), which is relatively confusing when one is used to Boost.Math being mostly a header-only library.
Note:
See TracTickets
for help on using tickets.
(In [51879]) Fixes #2873: Change doc source to point to the correct #include for the beta function and regenerate the docs.