python - Doesn't NumPy/SciPy have complex numbers of "int" type? -


i writing numpy/scipy routines processing spectra, consist of complex numbers.

according found following website, seems complex number formats floating-point formats.

http://docs.scipy.org/doc/numpy/user/basics.types.html

however, i'd make routine can handle spectra in fixed-point format.

are there easy ways this?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -