Date: Sun, 24 May 1998 19:35:34 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: Eric Rudd , djgpp AT delorie DOT com Subject: Re: Code to Fix sinh() in libm.a In-Reply-To: <3564F35C.A0FBA509@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 21 May 1998, Nate Eldredge wrote: > What about this idea: create another library which provides all the same > functions, but is fast instead of being ANSI-compliant. You are describing math functions in the current libc.a ;-). I believe Eric's motivation was to leave the speed aspect in libc.a intact, but improve on the accuracy and ANSI compliance.