(t *testing.T)
| 61 | } |
| 62 | |
| 63 | func TestFloatRealNegativeExponent(t *testing.T) { |
| 64 | testExpectedXValBare(t, |
| 65 | 0.01, |
| 66 | `1e-2`, |
| 67 | &Xfloat64{}) |
| 68 | } |
| 69 | |
| 70 | func TestFloatRealPositiveExponent(t *testing.T) { |
| 71 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…