-
Notifications
You must be signed in to change notification settings - Fork 103
Add some more basic docstrings #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Should I specify that |
Whatever you think would be helpful reading it :) there is no need to keep the wording from specifically musl, sources like e.g. cppreference likely have more thorough docs. |
Alright! I wrote it as clearly as I could and added a linebreak to the lgamma docstrings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Add docstrings to the tgamma functions * Add docstrings to the lgamma functions * Add docstrings to trunc * Add docstrings to exp10 functions
Adds docstrings to
tgamma
,tgammaf
,lgamma
,lgammaf
,trunc
,truncf
,exp10
, andexp10f
. Related to #336.