[BACK]Return to object.kk CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

Diff for /OpenXM/src/k097/object.kk between version 1.2 and 1.3

version 1.2, 2000/01/21 03:01:25 version 1.3, 2001/01/05 11:14:25
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/k097/object.kk,v 1.2 2000/01/21 03:01:25 takayama Exp $ */
 /* object.kk , 1997, 4/11. */  /* object.kk , 1997, 4/11. */
 Protect("showln",0);  Protect("showln",0);
   
Line 60  HelpAdd(["Gmp.",
Line 60  HelpAdd(["Gmp.",
  ["Gmp is a class which supports the following methods:",   ["Gmp is a class which supports the following methods:",
   "BitAnd, BitOr, ModuloPower, ProbabilisticPrimeP, Sqrt,",    "BitAnd, BitOr, ModuloPower, ProbabilisticPrimeP, Sqrt,",
   "Gcd, Div, Mod.",    "Gcd, Div, Mod.",
   "Ex.  r = Gmp.Gcd(5,8); ",    "These methods call functions of GNU MP package.",
   "These methods call functions of Gnu-MP package.",    "Note that there is no method to create an instance.",
   "The Copyright notice is in kan96xx/gmp.",    "Ex.  r = Gmp.Gcd(5,8); "
   "Note that there is no method to create an instance."]]);    ]]);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>