mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
2001-07-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
This commit is contained in:
parent
4dbb64174c
commit
9f2bedd02f
@ -1,3 +1,7 @@
|
||||
2001-07-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
|
||||
|
||||
2001-07-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sigaction.c (RESTORE2): Put asm
|
||||
|
@ -144,7 +144,7 @@ $(addprefix $(objpfx),$(CTYPE_FILES)): %: \
|
||||
$(addprefix charmaps/,$(CHARMAPS)) $(addprefix locales/,$(LOCALE_SRCS))
|
||||
@$(SHELL) -e gen-locale.sh $(common-objpfx) '$(built-program-cmd)' $@
|
||||
|
||||
$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: \
|
||||
$(addsuffix .out,$(addprefix $(objpfx),$(tests))): %: \
|
||||
$(addprefix $(objpfx),$(CTYPE_FILES))
|
||||
|
||||
tests: $(objpfx)sort-test.out $(objpfx)tst-fmon.out $(objpfx)tst-locale.out \
|
||||
|
@ -600,6 +600,11 @@ double: 0.5
|
||||
idouble: 0.5
|
||||
|
||||
# tanh
|
||||
Test "tanh (-0.7) == -0.60436777711716349631":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
Test "tanh (0.7) == 0.60436777711716349631":
|
||||
double: 1
|
||||
float: 1
|
||||
|
Loading…
Reference in New Issue
Block a user