modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / isint
blob0a188a337c5ce8be2c99394d168ed61313f9a198
1 NAME
2     isint - whether a value is an integer
4 SYNOPSIS
5     isint(x)
7 TYPES
8     x           any, &any
10     return      int
12 DESCRIPTION
13     Determine if x is an integer.  This function will return 1 if x is
14     integer, 0 otherwise.
16 EXAMPLE
17     ; print isint(2.0), isint(1), isint("0")
18     1 1 0
20     ; print isint(2i), isint(1e20), isint(1/3)
21     0 1 0
23 LIMITS
24     none
26 LINK LIBRARY
27     none
29 SEE ALSO
30     int,
31     isassoc, isatty, isblk, isconfig, isdefined, iserror, iseven, isfile,
32     ishash, isident, islist, ismat, ismult, isnull, isnum, isobj,
33     isobjtype, isodd, isprime, isrand, israndom, isreal, isrel,
34     issimple, issq, isstr, istype
36 ## Copyright (C) 1999  Landon Curt Noll
38 ## Calc is open software; you can redistribute it and/or modify it under
39 ## the terms of the version 2.1 of the GNU Lesser General Public License
40 ## as published by the Free Software Foundation.
42 ## Calc is distributed in the hope that it will be useful, but WITHOUT
43 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
44 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
45 ## Public License for more details.
47 ## A copy of version 2.1 of the GNU Lesser General Public License is
48 ## distributed with calc under the filename COPYING-LGPL.  You should have
49 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
50 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
52 ## @(#) $Revision: 30.1 $
53 ## @(#) $Id: isint,v 30.1 2007/03/16 11:10:42 chongo Exp $
54 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isint,v $
56 ## Under source code control:   1994/10/21 02:21:27
57 ## File existed as early as:    1994
59 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
60 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/