modified: SpatialOmicsCoord.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / im
blob43298b706dcbcb93686effd68386600d29a0e1ea
1 NAME
2     im - imaginary part of a real or complex number
4 SYNOPSIS
5     im(x)
7 TYPES
8     x           real or complex
10     return      real
12 DESCRIPTION
13     If x = u + v * 1i where u and v are real, im(x) returns v.
15 EXAMPLE
16     ; print im(2), im(2 + 3i), im(-4.25 - 7i)
17     0 3 -7
19 LIMITS
20     none
22 LINK LIBRARY
23     COMPLEX *c_imag(COMPLEX *x)
25 SEE ALSO
26     re
28 ## Copyright (C) 1999  Landon Curt Noll
30 ## Calc is open software; you can redistribute it and/or modify it under
31 ## the terms of the version 2.1 of the GNU Lesser General Public License
32 ## as published by the Free Software Foundation.
34 ## Calc is distributed in the hope that it will be useful, but WITHOUT
35 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
36 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
37 ## Public License for more details.
39 ## A copy of version 2.1 of the GNU Lesser General Public License is
40 ## distributed with calc under the filename COPYING-LGPL.  You should have
41 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
42 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
44 ## @(#) $Revision: 30.1 $
45 ## @(#) $Id: im,v 30.1 2007/03/16 11:10:42 chongo Exp $
46 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/im,v $
48 ## Under source code control:   1995/10/05 04:52:26
49 ## File existed as early as:    1995
51 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
52 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/