(t *testing.T)
| 68 | } |
| 69 | |
| 70 | func TestFloatRealPositiveExponent(t *testing.T) { |
| 71 | testExpectedXValBare(t, |
| 72 | 100.0, |
| 73 | `1e2`, |
| 74 | &Xfloat64{}) |
| 75 | } |
| 76 | |
| 77 | func TestFloatRealSubnormalNumber(t *testing.T) { |
| 78 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…