(t *testing.T)
| 47 | } |
| 48 | |
| 49 | func TestFloatRealExponent(t *testing.T) { |
| 50 | testExpectedXValBare(t, |
| 51 | 1.2299999999999999e47, |
| 52 | `123e45`, |
| 53 | &Xfloat64{}) |
| 54 | } |
| 55 | |
| 56 | func TestFloatRealFractionExponent(t *testing.T) { |
| 57 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…