Lines Matching +refs:imag +refs:err

3585 …  If the optional argument OPT is 1 or true, the result J is multiplied by ‘exp (-abs (imag (X)))’.
3633 … If the optional argument OPT is 1 or true, the result Y is multiplied by ‘exp (-abs (imag (X)))’.
6670 See also: real, imag, iscomplex, abs, arg.
15729 If X is complex, return ‘ceil (real (X)) + ceil (imag (X)) * I’.
15762 See also: real, imag.
16137 …quivalent to rounding towards zero. If X is complex, return ‘fix (real (X)) + fix (imag (X)) * I’.
16168 …ding towards negative infinity. If X is complex, return ‘floor (real (X)) + floor (imag (X)) * I’.
16225 imag
16232 -- : imag (Z)
16775 See also: imag, conj.
16801 …If X is complex, return ‘round (real (X)) + round (imag (X)) * I’. If there are two nearest integ…
16832 If X is complex, return ‘roundb (real (X)) + roundb (imag (X)) * I’.
21505 [info, err, msg] = stat ("/vmlinuz")
21523err = 0
29119 [err, a, b] = common_size ([1 2; 3 4], 5)
29120err = 0
29154 …rs are placed first within each pair. All real numbers (those with ‘abs (imag (Z)) / abs (Z) < TO…
33941 … first kind. If the argument OPT is supplied, the result is multiplied by ‘exp (-abs (imag (x)))’.
33944 …second kind. If the argument OPT is supplied, the result is multiplied by ‘exp (-abs (imag (x)))’.
34521 ‘Octave:imag-to-real’
34522 …ave:imag-to-real’ warning is enabled, a warning is printed for implicit conversions of complex num…
47434 … at [U(i), V(i)]. If a single complex argument Z is given, then ‘U = real (Z)’ and ‘V = imag (Z)’.
48330 If a single complex argument Z is given, then ‘U = real (Z)’ and ‘V = imag (Z)’.