MCPcopy Create free account
hub / github.com/AlekSi/pointer / ToComplex128

Function ToComplex128

pointer.go:32–34  ·  view source on GitHub ↗

ToComplex128 returns a pointer to the passed complex128 value.

(c complex128)

Source from the content-addressed store, hash-verified

30
31// ToComplex128 returns a pointer to the passed complex128 value.
32func ToComplex128(c complex128) *complex128 {
33 return &c
34}
35
36// ToError returns a pointer to the passed error value.
37func ToError(e error) *error {

Callers 1

TestComplex128Function · 0.85

Calls

no outgoing calls

Tested by 1

TestComplex128Function · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…