MCPcopy
hub / github.com/pquerna/ffjson / TestFloatRealSubnormalNumber

Function TestFloatRealSubnormalNumber

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

Source from the content-addressed store, hash-verified

75}
76
77func TestFloatRealSubnormalNumber(t *testing.T) {
78 testExpectedXValBare(t,
79 1.8011670033376514e-308,
80 `1.8011670033376514e-308`,
81 &Xfloat64{})
82}
83
84func TestFloatRealUnderflow(t *testing.T) {
85 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…