MCPcopy Create free account
hub / github.com/nsf/gocode / float

Method float

package_bin.go:603–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601}
602
603func (p *gc_bin_parser) float() {
604 sign := p.int()
605 if sign == 0 {
606 return
607 }
608
609 p.int() // exp
610 p.string() // mant
611}
612
613// ----------------------------------------------------------------------------
614// Low-level decoders

Callers 1

skipValueMethod · 0.95

Calls 2

intMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected