-
Notifications
You must be signed in to change notification settings - Fork 735
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
PHP-8.4: Document fpow() #4035
PHP-8.4: Document fpow() #4035
Conversation
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.
A couple of nits, but basically looks good. Thank you!
reference/math/functions/fpow.xml
Outdated
<member><function>pow</function></member> | ||
<member><function>fdiv</function></member> | ||
<member><function>fmod</function></member> | ||
<!-- TODO ** operator link? |
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.
Maybe. On the other hand, we already link to pow
what might be good enough.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
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!
Waiting on php/php-src#16751