about summary refs log tree commit diff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/libm-test.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index c1c5edbc58..c9ba1f9407 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -3878,7 +3878,8 @@ sinh_test (void)
   TEST_f_f (sinh, nan_value, nan_value);
 
   TEST_f_f (sinh, 0.7L, 0.75858370183953350346L);
-
+  TEST_f_f (sinh, 0x8p-32L, 1.86264514923095703232705808926175479e-9L);
+  
   END (sinh);
 }