/[dtapublic]/projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/dtats_cgi_aux_arith_large/dtats_cgi_aux_arith_large.c
ViewVC logotype

Diff of /projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/dtats_cgi_aux_arith_large/dtats_cgi_aux_arith_large.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 172 by dashley, Sun Jul 8 21:17:26 2018 UTC revision 175 by dashley, Mon Jul 9 00:00:34 2018 UTC
# Line 1  Line 1 
1  //$Header$  //$Header$
2  //********************************************************************************  //********************************************************************************
3  //This source file is the main function of a program to support number theory  //Copyright (c) 2003, 2018 David T. Ashley.
 //web pages.  
4  //********************************************************************************  //********************************************************************************
5  //Copyright (C) 2003 David T. Ashley  //This file is part of "arith_large_cgi", a program that is designed to be
6  //********************************************************************************  //invoked by a PHP script as part of serving a web page that performs
7  //This program is free software; you can redistribute it and/or modify  //calculations involving large integers.  (A secondary compiled program is
8  //it under the terms of the GNU General Public License as published by  //used because a compiled program can perform certain  calculation-intensive
9  //the Free Software Foundation; either version 2 of the License, or  //tasks far more efficiently than a PHP script.)  This program is provided by
10  //(at your option) any later version.  //David T. Ashley (dashley@gmail.com) under the MIT License (reproduced
11  //  //immediately below).
12  //This program or source file is distributed in the hope that it will  //********************************************************************************
13  //be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of  //Permission is hereby granted, free of charge, to any person obtaining a copy
14  //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  //of this software and associated documentation files (the "Software"), to deal
15  //GNU General Public License for more details.  //in the Software without restriction, including without limitation the rights
16  //  //to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17  //You may have received a copy of the GNU General Public License  //copies of the Software, and to permit persons to whom the Software is
18  //along with this program; if not, write to the Free Software  //furnished to do so, subject to the following conditions:
19  //Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  //
20    //The above copyright notice and this permission notice shall be included in all
21    //copies or substantial portions of the Software.
22    //
23    //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24    //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25    //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26    //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27    //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28    //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29    //SOFTWARE.
30  //********************************************************************************  //********************************************************************************
31  //This program is written exclusively to support a PHP script which must calculate and  //This program is written exclusively to support a PHP script which must calculate and
32  //display a number of number theory results.  The necessity of this script  //display a number of number theory results.  The necessity of this script
# Line 163  int main(int argc, char *argv[]) Line 172  int main(int argc, char *argv[])
172     }     }
173    
174  //********************************************************************************  //********************************************************************************
 //$Log: arith_large_cgi.c,v $  
 //Revision 1.6  2003/07/01 03:46:58  dtashley  
 //Edits towards working continued fraction best rational approximation  
 //functionality.  
 //  
 //Revision 1.5  2003/06/29 22:51:49  dtashley  
 //Edits toward CF best approximation functionality.  
 //  
 //Revision 1.4  2003/04/17 20:02:05  dtashley  
 //License text for the GPL added.  All source files are now under the GPL,  
 //after some discussion on the GMP list.  
 //  
 //Revision 1.3  2003/04/15 23:55:43  dtashley  
 //SUBFUNC_PFACT_18 added.  
 //  
 //Revision 1.2  2003/04/14 23:27:01  dtashley  
 //Subfunction GMP_PROB_PRIME finished.  
 //  
 //Revision 1.1  2003/04/14 20:38:40  dtashley  
 //Initial checkin.  
 //********************************************************************************  
175  //End of file ARITH_LARGE_CGI.C.  //End of file ARITH_LARGE_CGI.C.
176  //********************************************************************************  //********************************************************************************

Legend:
Removed from v.172  
changed lines
  Added in v.175

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25