(t *testing.T)
| 40 | } |
| 41 | |
| 42 | func TestFloatRealCapital(t *testing.T) { |
| 43 | testExpectedXValBare(t, |
| 44 | 1e22, |
| 45 | `1E22`, |
| 46 | &Xfloat64{}) |
| 47 | } |
| 48 | |
| 49 | func TestFloatRealExponent(t *testing.T) { |
| 50 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…