type of return value
Ashutosh Sapru
ashutosh_sapru at yahoo.com
Fri Mar 18 18:38:19 CET 2005
Hi
I am using GMP and am trying to use a^n recursively.
( )Function_name( mpz_t var1, mpz_t var2){
.
.
.
return Function_name (var1, var2)
I wanted to know what will be the type of the return value here.
if I do like
mpz_t function_name (mpz_t var1, mpz_t var2){
it gives me errors - function_name declared as function returning an
array.
Thanks
Ash
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
More information about the gmp-discuss
mailing list