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 [EMAIL PROTECTED] Senior Software Engineer, Myxa Corporation
- Re: Math functions? (Particularly transcendental ones) Jeremy Howard
- Re: Math functions? (Particularly transcendental on... Uri Guttman
- Re: Math functions? (Particularly transcendental on... Michael G Schwern
- RE: Math functions? (Particularly transcendental on... Brent Dax
- Re: Math functions? (Particularly transcendental ones) Bart Lateur
- RE: Math functions? (Particularly transcendental ones) David Whipp
- Re: Math functions? (Particularly transcendental ones) Uri Guttman
- RE: Math functions? (Particularly transcendental ones) Eric Roode
- RE: Math functions? (Particularly transcendental ones) Hong Zhang