Re: [PATCH]Transcendental Math Functions

2001-09-13 Thread Dan Sugalski
At 01:55 AM 9/13/2001 -0500, Gibbs Tanton - tgibbs wrote: >Here are the transcendental math functions. Yay! Thank you *very* much. Dan --"it's like this"--- Dan Sugalski even s

Re: [PATCH]Transcendental Math Functions

2001-09-12 Thread Simon Cozens
On Thu, Sep 13, 2001 at 01:55:08AM -0500, Gibbs Tanton - tgibbs wrote: > Here are the transcendental math functions. You star! I was *just* about to ask people for a patch on this. Applied, thanks. > 2.) I'm using the standard C math functions. I don't know if we want > to always do this,

[PATCH]Transcendental Math Functions

2001-09-12 Thread Gibbs Tanton - tgibbs
I've never submitted a patch before, but here goes... Here are the transcendental math functions. A couple of notes: 1.) I had to change the real type of n to a 'd' for it to output the correct type in the pack in the assembler. It was already a 'd' in the disassembler. I also change