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# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -