(t *testing.T)
| 82 | } |
| 83 | |
| 84 | func TestFloatRealUnderflow(t *testing.T) { |
| 85 | testExpectedXValBare(t, |
| 86 | 0.0, |
| 87 | `123e-10000000`, |
| 88 | &Xfloat64{}) |
| 89 | } |
| 90 | |
| 91 | func TestFloatNull(t *testing.T) { |
| 92 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…