diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-09-19 10:09:41 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-09-19 10:13:20 +0100 |
commit | d734727837b5135c4c4c540d8c53e5a06aa7556a (patch) | |
tree | 33e091a8bc1bcf3fd248355a5a7af09c6821500f /ChangeLog | |
parent | 424c4f60ed6190e2ea0e72e0873bf3ebcbbf5448 (diff) | |
download | glibc-d734727837b5135c4c4c540d8c53e5a06aa7556a.tar glibc-d734727837b5135c4c4c540d8c53e5a06aa7556a.tar.gz glibc-d734727837b5135c4c4c540d8c53e5a06aa7556a.tar.bz2 glibc-d734727837b5135c4c4c540d8c53e5a06aa7556a.zip |
Fix the documentation comment of checkint in powf
checkint in powf is not supposed to be used with 0, inf or nan inputs.
* sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com> + * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation. + +2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com> + * NEWS: Mention pow improvements. * math/Makefile (type-double-routines): Add e_pow_log_data. * sysdeps/generic/math_private.h (__exp1): Remove. |