(t *testing.T)
| 75 | } |
| 76 | |
| 77 | func TestFloatRealSubnormalNumber(t *testing.T) { |
| 78 | testExpectedXValBare(t, |
| 79 | 1.8011670033376514e-308, |
| 80 | `1.8011670033376514e-308`, |
| 81 | &Xfloat64{}) |
| 82 | } |
| 83 | |
| 84 | func TestFloatRealUnderflow(t *testing.T) { |
| 85 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…