MCPcopy Create free account
hub / github.com/apache/fory / String

Method String

go/fory/bfloat16/bfloat16.go:70–72  ·  view source on GitHub ↗

String returns the string representation of f.

()

Source from the content-addressed store, hash-verified

68
69// String returns the string representation of f.
70func (f BFloat16) String() string {
71 return fmt.Sprintf("%g", f.Float32())
72}

Callers

nothing calls this directly

Calls 1

Float32Method · 0.95

Tested by

no test coverage detected