Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.ndarray.imag

ndarray.imag

The imaginary part of the array.

Examples

>>>x=np.sqrt([1+0j,0+1j])>>>x.imagarray([ 0.        ,  0.70710678])>>>x.imag.dtypedtype('float64')

Previous topic

numpy.ndarray.flat

Next topic

numpy.ndarray.real

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp