Changeset 8ed243 in git
- Timestamp:
- Sep 29, 1997, 3:00:17 PM (26 years ago)
- Branches:
- (u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
- Children:
- 15dede774f5b5593ed5c9146a2c0a8e5c18fb77e
- Parents:
- b9fbf14a29ff5537d7f2de51a649d65742a21e1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ftest/gcd.m4
rb9fbf1 r8ed243 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: gcd.m4,v 1. 2 1997-09-24 07:27:46schmidt Exp $ */2 /* $Id: gcd.m4,v 1.3 1997-09-29 13:00:17 schmidt Exp $ */ 3 3 4 4 ftestSetNameOfGame( gcd, 5 5 `"Usage: gcd [<options>] [<envSpec>] <f> <g> [<realResult>]\n" 6 " calculates g cd( 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" 9 9 " computation.\n"' ) 10 10 … … 92 92 93 93 // print results 94 ftestOutput( "gcd(f, g) =", result );94 ftestOutput( "gcd(f, g)", result ); 95 95 96 96 // clean up
Note: See TracChangeset
for help on using the changeset viewer.