-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
add docs for ldexp and frexp (Trac #1759) #2354
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
Labels
Comments
Milestone changed to |
Looks like |
charris
added a commit
to charris/numpy
that referenced
this issue
Mar 1, 2014
The documentation needs to be in umathmodule.c as that is where ldexp and frexp and defined. I moved the current documention from add_newdocs.py to ufunc_docstrings.py, manually translated them into C strings, and inserted them into umathmodule.c. Closes numpy#2354.
Merged
charris
added a commit
to charris/numpy
that referenced
this issue
Mar 1, 2014
The documentation needs to be in umathmodule.c as that is where ldexp and frexp and defined. I moved the current documention from add_newdocs.py to ufunc_docstrings.py, manually translated them into C strings, and inserted them into umathmodule.c. Closes numpy#2354.
Merged
charris
added a commit
to charris/numpy
that referenced
this issue
Mar 1, 2014
This adds the documentation fixes. numpygh-3563 numpygh-2354 numpygh-2807 numpygh-2423
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original ticket http://projects.scipy.org/numpy/ticket/1759 on 2011-03-07 by @rgommers, assigned to @pv.
The ldexp and frexp docstrings are out of date. It's not clear to me if entries have to be added to core/code_generators/generate_umath.py, or it has to be done in the C source directly.
The text was updated successfully, but these errors were encountered: