Category : Files from Magazines
Archive   : CUJ9307.ZIP
Filename : 1107094B

 
Output of file : 1107094B contained in archive : CUJ9307.ZIP
/* REAL_L3.C, Listing 3 */

#include
#include

void main( void )
{

int i;
real_t x, error;

x = RC( 1.0 );
error = RC( 0.0 );
for ( i = 0; i < 30000; i++ )
{
error += fabs( x - sqrt( x ) * sqrt( x ) );
x++;
}
error = error;

} /* function main */

/* End of REAL_L3.C */




  3 Responses to “Category : Files from Magazines
Archive   : CUJ9307.ZIP
Filename : 1107094B

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/