MCPcopy Index your code
hub / github.com/AlekSi/pointer / ToComplex64

Function ToComplex64

pointer.go:27–29  ·  view source on GitHub ↗

ToComplex64 returns a pointer to the passed complex64 value.

(c complex64)

Source from the content-addressed store, hash-verified

25
26// ToComplex64 returns a pointer to the passed complex64 value.
27func ToComplex64(c complex64) *complex64 {
28 return &c
29}
30
31// ToComplex128 returns a pointer to the passed complex128 value.
32func ToComplex128(c complex128) *complex128 {

Callers 1

TestComplex64Function · 0.85

Calls

no outgoing calls

Tested by 1

TestComplex64Function · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…