Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/python-for-matlab-development
/ c128_array
Function
c128_array
code/matlab_py/test_p2m.py:26–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
def
c64_array():
25
return
f32_array() - 1j*f32_array()
26
def
c128_array():
27
return
f64_array() - 1j*f64_array()
Callers
nothing calls this directly
Calls
1
f64_array
Function · 0.85
Tested by
no test coverage detected