Archimedes (BC287-BC212)
祖冲之 (430-501)
Ludolph van Ceulen (1540-1610)
John Machin (1680-1751)
Johann Heinrich Lambert (1728-1777)
Adrien-Marie Legendre (1752-1833)
Johann Carl Friedrich Gauss (1777-1855)
Carl Louis Ferdinand von Lindemann (1852-1939)
Srinivasa..
微机 Windows XP 中 Dev-cpp 中的运算程序(30000位)(C++)
#include cstdlib.h
#include iostream.h
#include fstream.h
#define N 30015
using namespace std;
void mult (int *a,int b,int *s)
{
for (int i=N,c=0;i=0;i--)
{
int y=(*(a+i))*b+c;
c=y/10;
*(s+i)=y%10; ..