Re: long integer multiplication
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Sun, 29 Apr 2007 07:29:31 +0000
helPlease said:
hello !! Can anybody provide me an algorithm or C code for long
integer multiplication.It's urgent.
long int f(long int i, long int j)
{
return i * j; /* but beware of overflow */
}
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
.
- References:
- long integer multiplication
- From: helPlease
- long integer multiplication
- Prev by Date: Re: long integer multiplication
- Next by Date: Re: gets() is dead
- Previous by thread: Re: long integer multiplication
- Next by thread: Re: long integer multiplication
- Index(es):
Relevant Pages
|