mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
(tanh_test): Update constant to work with 128-bit long doubles.
This commit is contained in:
@ -3889,7 +3889,7 @@ sinh_test (void)
|
|||||||
|
|
||||||
TEST_f_f (sinh, 0.7L, 0.75858370183953350346L);
|
TEST_f_f (sinh, 0.7L, 0.75858370183953350346L);
|
||||||
TEST_f_f (sinh, 0x8p-32L, 1.86264514923095703232705808926175479e-9L);
|
TEST_f_f (sinh, 0x8p-32L, 1.86264514923095703232705808926175479e-9L);
|
||||||
|
|
||||||
END (sinh);
|
END (sinh);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3975,9 +3975,9 @@ tanh_test (void)
|
|||||||
TEST_f_f (tanh, 1.0L, 0.7615941559557648881194582826047935904L);
|
TEST_f_f (tanh, 1.0L, 0.7615941559557648881194582826047935904L);
|
||||||
TEST_f_f (tanh, -1.0L, -0.7615941559557648881194582826047935904L);
|
TEST_f_f (tanh, -1.0L, -0.7615941559557648881194582826047935904L);
|
||||||
|
|
||||||
/* 2^-56 */
|
/* 2^-57 */
|
||||||
TEST_f_f (tanh, 1.387778780781445675529539585113525390625e-17L, 1.387778780781445675529539585113525390625e-17L);
|
TEST_f_f (tanh, 6.938893903907228377647697925567626953125e-18L,6.938893903907228377647697925567626953125e-18L);
|
||||||
|
|
||||||
END (tanh);
|
END (tanh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user