Changeset 8ed243 in git


Ignore:
Timestamp:
Sep 29, 1997, 3:00:17 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
Children:
15dede774f5b5593ed5c9146a2c0a8e5c18fb77e
Parents:
b9fbf14a29ff5537d7f2de51a649d65742a21e1a
Message:
	* gcd.m4 (main): call to ftestOutput() rewritten to new format


git-svn-id: file:///usr/local/Singular/svn/trunk@751 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftest/gcd.m4

    rb9fbf1 r8ed243  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gcd.m4,v 1.2 1997-09-24 07:27:46 schmidt Exp $ */
     2/* $Id: gcd.m4,v 1.3 1997-09-29 13:00:17 schmidt Exp $ */
    33
    44ftestSetNameOfGame( gcd,
    55        `"Usage: gcd [<options>] [<envSpec>] <f> <g> [<realResult>]\n"
    6         "  calculates gcd( f, g ).\n"
    7         "  If the gcd of f and g is already known, the optional argument\n"
    8         "  <realResult> may be used to check the result of the gcd\n"
     6        "  calculates greatest common divider of canonical forms f and g.\n"
     7        "  If the gcd of f and g is already known, the optional canonical\n"
     8        "  form <realResult> may be used to check the result of the gcd\n"
    99        "  computation.\n"' )
    1010
     
    9292
    9393    // print results
    94     ftestOutput( "gcd(f, g) =", result );
     94    ftestOutput( "gcd(f, g)", result );
    9595
    9696    // clean up
Note: See TracChangeset for help on using the changeset viewer.