MCPcopy
hub / github.com/cortexlabs/cortex / Complex64

Function Complex64

pkg/lib/strings/stringify.go:91–93  ·  view source on GitHub ↗
(val complex64)

Source from the content-addressed store, hash-verified

89}
90
91func Complex64(val complex64) string {
92 return fmt.Sprint(val)
93}
94
95func Complex128(val complex128) string {
96 return fmt.Sprint(val)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected