(t *testing.T)
| 33 | } |
| 34 | |
| 35 | func TestFloatRealCapitalEPositiveExponent(t *testing.T) { |
| 36 | testExpectedXValBare(t, |
| 37 | 100.0, |
| 38 | `1E+2`, |
| 39 | &Xfloat64{}) |
| 40 | } |
| 41 | |
| 42 | func TestFloatRealCapital(t *testing.T) { |
| 43 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…