math.functions: fix another test impacted by float truncate change.

modern-harvey2
John Benediktsson 2017-06-09 11:28:21 -07:00
parent f086b54067
commit c503659a93
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ CONSTANT: log10-factorial-1000 0x1.40f3593ed6f8ep11
{ 1 } [ 1/2 round ] unit-test { 1 } [ 1/2 round ] unit-test
{ 1 } [ 3/5 round ] unit-test { 1 } [ 3/5 round ] unit-test
{ t } [ -0.3 round double>bits -0.0 double>bits = ] unit-test { t } [ -0.3 round double>bits 0.0 double>bits = ] unit-test
{ t } [ 0.3 round double>bits 0.0 double>bits = ] unit-test { t } [ 0.3 round double>bits 0.0 double>bits = ] unit-test
! A signaling NaN should raise an exception ! A signaling NaN should raise an exception