[A83] Re: some none-programming questions


[Prev][Next][Index][Thread]

[A83] Re: some none-programming questions




> Van: Ronald Teune <rtwolf@gmx.net>
> 
> >> 1 how to calculate pi?
> >
> > [..]
> >The method that you will learn about in calculus is the Leibniz method.
> >arctan(pi / 4) = 1, so you can calculate pi using a definite integral.
> 
> In the other emails, I saw this 'arctan' too. Where can I find it on my
> calc?

arctan is also written as tan^-1, but the the assembly call is named
_arctan (and needs the number to be in OP1).

	Henk Poley <><