Re: Math functions? (Particularly transcendental ones)
by Eric Roode other posts by this author
Sep 10 2001 6:35PM messages near this date
RE: Math functions? (Particularly transcendental ones)
|
RE: Math functions? (Particularly transcendental ones)
Dan Sugalski wrote:
> Okay, I'm whipping together the "fancy math" section of the interpreter
> assembly language. I've got:
[...]
>
> Can anyone think of things I've forgotten? It's been a while since I've
> done numeric work.
I'm not a math weenie, but I would thing gamma(x) would be of use.
Also perhaps a div2(n,m): given two ints, returns two ints, n/m and n%m.
----------------------------------------------------------------------
Eric J. Roode eric@[...].com
Senior Software Engineer, Myxa Corporation
|