modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / ltol
blobf2457d9797c07c1c79c143114ebb71a614028044
1 NAME
2     ltol - "leg to leg", third side of a right-angled triangle with
3                 unit hypotenuse, given one other side
5 SYNOPSIS
6     ltol(x, [,eps])
8 TYPES
9     x           real
10     eps         nonzero real
12     return      real
14 DESCRIPTION
15     Returns sqrt(1 - x^2) to the nearest multiple of eps.
16     The default value for eps is epsilon().
18 EXAMPLE
19     ; print ltol(0.4, 1e-6), hypot(0.5, 1e-6)
20     .6 .866025
22 LIMITS
23     abs(x) <= 1
25 LINK LIBRARY
26     NUMBER *qlegtoleg(NUMBER *q1, *epsilon, BOOL wantneg)
28 SEE ALSO
29     hypot
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: ltol,v 30.1 2007/03/16 11:10:42 chongo Exp $
49 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/ltol,v $
51 ## Under source code control:   1995/10/05 04:52:27
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/