MCPcopy Index your code
hub / github.com/cortexlabs/cortex / Complex128

Function Complex128

pkg/lib/strings/stringify.go:95–97  ·  view source on GitHub ↗
(val complex128)

Source from the content-addressed store, hash-verified

93}
94
95func Complex128(val complex128) string {
96 return fmt.Sprint(val)
97}
98
99func Uintptr(val uintptr) string {
100 return fmt.Sprint(val)

Callers 1

strIndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected