mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
replace atan2-inputs with more meaningful inputs
Commit 934d88d used inputs with exponent generated at random in the
whole binary64 exponent range, which yields essentially very large
or very small values of |y/x|. Instead, this commit generates x, y at
random in [-10,10], which should better corresponds to real applications.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
+1001
-1002
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user