Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2010 20:30:31 +0200
From:      Ivan Klymenko <fidaj@ukr.net>
To:        Alejandro Imass <ait@p2ee.org>
Cc:        Arthur Bela <jozsi.avadkan@gmail.com>, Remko Lodder <remko@elvandar.org>, FreeBSD Mailing list <freebsd-questions@freebsd.org>
Subject:   Re: how to generate pi in c
Message-ID:  <20101105203031.15062bee@ukr.net>
In-Reply-To: <AANLkTik62acvRKx71sQ%2Bwqd%2BKb=auqb_NQkxT9F6y-Yr@mail.gmail.com>
References:  <AANLkTikaBYi0d4dvLnc=vxuPDWQHDqrVJrz=iVkECeO=@mail.gmail.com> <AFAF0F44-48A3-462A-8EA5-005E838AE44E@elvandar.org> <AANLkTik62acvRKx71sQ%2Bwqd%2BKb=auqb_NQkxT9F6y-Yr@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--MP_/6JTNHJxRUAWpvLj6c5rLj=N
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

=D0=92 Fri, 5 Nov 2010 13:39:05 -0400
Alejandro Imass <ait@p2ee.org> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:

> This is how I do it in perl
> use constant PI =3D> 4 * atan2(1, 1);
>=20
> In C it owuld probably be (using math.h):
>=20
> pi =3D 4.0*atan(1.0);
>=20
> On Fri, Nov 5, 2010 at 1:15 PM, Remko Lodder <remko@elvandar.org>
> wrote:
> >
> > No, but a simple search reveals some information;
> >
> > http://einstein.drexel.edu/courses/Comp_Phys/General/C_basics/
> >
> > On Nov 5, 2010, at 5:40 PM, Arthur Bela wrote:
> >
> >> Does anyone has a "generate-pi.c" source code?
> >>
> >> Thanks.. :D :\
> >>
> >
> > --
> > /"\ =C2=A0 Best regards, =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| remko@FreeBSD.org
> > \ / =C2=A0 Remko Lodder =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|
> > X =C2=A0 =C2=A0http://www.evilcoder.org/ =C2=A0 =C2=A0| Quis custodiet =
ipsos custodes
> > / \ =C2=A0 ASCII Ribbon Campaign =C2=A0 =C2=A0| Against HTML Mail and N=
ews
> >
> >
> >
> >
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"
> >
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
>=20
>=20

adapt the code to build on FreeBSD...

--MP_/6JTNHJxRUAWpvLj6c5rLj=N--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101105203031.15062bee>