docs: update boost version in math/base/special/digamma
#2577
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request:
math/base/special/digamma
#2533.boost
link inmain.c
andmain.js
, inmath/base/special/digamma
, from1.53
to1.85
.Related Issues
None.
Questions
No.
Other
I checked out both the implementations, but couldn't find any change, instead of some documentation changes. The function
digamma_imp(T x, const Tag* t, const Policy& pol)
is the same in both of them.1.53
: https://www.boost.org/doc/libs/1_53_0/boost/math/special_functions/digamma.hpp1.85
: https://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/digamma.hppI might be mistaken regarding this, but it would be great if you can also have a look at it once, if there are any significant changes, as
boost
implementations are quite confusing.Checklist
@stdlib-js/reviewers