MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestFloatRealPositiveExponent

Function TestFloatRealPositiveExponent

tests/ff_float_test.go:70–75  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

68}
69
70func TestFloatRealPositiveExponent(t *testing.T) {
71 testExpectedXValBare(t,
72 100.0,
73 `1e2`,
74 &Xfloat64{})
75}
76
77func TestFloatRealSubnormalNumber(t *testing.T) {
78 testExpectedXValBare(t,

Callers

nothing calls this directly

Calls 1

testExpectedXValBareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…