modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / mne
blobf2cceb75345d96f4f9814ce184a91a88cb472270
1 NAME
2     mne - test for inequality of real numbers modulo a specifed number
4 SYNOPSIS
5     mne(x, y, md)
7 TYPES
8     x           real number
9     y           real number
10     md          real number
12     return      0 or 1
14 DESCRIPTION
15     Returns 1 if and only if x is not congruent to y modulo md, i.e.
16     for every integer n, x - y != n * md.
18 EXAMPLE
19     print mne(5, 33, 7), mne(5, -23, 7), mne(5, 15, 7), mne(5, 7, 0)
20     0 0 1 1
22 LIMITS
23     none
25 LINK LIBRARY
26     none
28 SEE ALSO
29     meq
31 ## Copyright (C) 1999  Landon Curt Noll
33 ## Calc is open software; you can redistribute it and/or modify it under
34 ## the terms of the version 2.1 of the GNU Lesser General Public License
35 ## as published by the Free Software Foundation.
37 ## Calc is distributed in the hope that it will be useful, but WITHOUT
38 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
39 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
40 ## Public License for more details.
42 ## A copy of version 2.1 of the GNU Lesser General Public License is
43 ## distributed with calc under the filename COPYING-LGPL.  You should have
44 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
45 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
47 ## @(#) $Revision: 30.1 $
48 ## @(#) $Id: mne,v 30.1 2007/03/16 11:10:42 chongo Exp $
49 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/mne,v $
51 ## Under source code control:   1995/11/09 03:27:51
52 ## File existed as early as:    1995
54 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
55 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/