modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / isqrt
blobfc6399b6ae86e4487724f3881d305e22a0ef4761
1 NAME
2     isqrt - integer part of square root
4 SYNOPSIS
5     isqrt(x)
7 TYPES
8     x           nonnegative real
10     return      nonnegative real
12 DESCRIPTION
13     Return the greatest integer n for which n^2 <= x.
15 EXAMPLE
16     ; print isqrt(8.5), isqrt(200), isqrt(2e6), isqrt(2e56)
17     2 14 1414 14142135623730950488016887242
19 LIMITS
20     x > 0
22 LINK LIBRARY
23     NUMBER *qisqrt(NUMBER *x)
25 SEE ALSO
26     sqrt, iroot
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: isqrt,v 30.1 2007/03/16 11:10:42 chongo Exp $
46 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/isqrt,v $
48 ## Under source code control:   1995/10/25 04:03:45
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/