SpecialFunctions.jl icon indicating copy to clipboard operation
SpecialFunctions.jl copied to clipboard

Improve list of functions in the docs

Open fredRos opened this issue 8 years ago • 2 comments

The list of functions at http://juliamath.github.io/SpecialFunctions.jl/latest/ doesn't cover all the implemented functions. For example, polygamma is not documented although it is available. Also the ordering of functions in the table seems incomprehensible. The list at http://juliamath.github.io/SpecialFunctions.jl/latest/special.html has all the functions as it seems autogenerated from the source code. How about just removing the hand-maintained table? Following the DRY principle, the autogenerated list is much better in terms of maintenance cost.

fredRos avatar Apr 25 '17 19:04 fredRos

That table was just copied from the documentation as it existed in Base before it was moved to this package. It should probably just be removed.

ararslan avatar Apr 25 '17 19:04 ararslan

Yes it should be either (1) deleted or (2) updated.

musm avatar Aug 17 '17 05:08 musm