| version 1.1, 1999/10/08 02:12:15 |
version 1.3, 2001/01/05 11:14:25 |
|
|
| |
/* $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); |
| |
|
|
|
| ["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."]]); |
]]); |
| |
|