Re: Polynomial fitting routines?
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Tue, 29 Nov 2005 17:25:54 +0000 (UTC)
In article <dmi258$3p5$1@xxxxxxxxxx>,
"FX" <coudert@xxxxxxxxxxxxx> writes:
>> I'm looking for an algorithm that will fit a polynomial to log(x) for
>> 0.25 <= x <= 2 with at least 64-bit precision.
>
> Are you looking for a polynomial, or for a fast way to evaluate this
> expression ? In the later case, you can look at glibc sources if the GPL
> is acceptable to you :)
>
The GPL is unacceptable for this code. The intent is
to have an implementation of logl suitable for FreeBSD,
so I will use the 2-clause BSD license.
Not to mention, glibc's math functions may not be very
good. See csqrt :-)
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- Follow-Ups:
- Re: Polynomial fitting routines?
- From: Nestor Grion
- Re: Polynomial fitting routines?
- References:
- Polynomial fitting routines?
- From: Steven G. Kargl
- Re: Polynomial fitting routines?
- From: Herman D . Knoble
- Re: Polynomial fitting routines?
- From: Steven G. Kargl
- Re: Polynomial fitting routines?
- From: FX
- Polynomial fitting routines?
- Prev by Date: Re: Polynomial fitting routines?
- Next by Date: Re: Compaq Visual Fortran discontinued: upgrade to Intel Visual Fortran?
- Previous by thread: Re: Polynomial fitting routines?
- Next by thread: Re: Polynomial fitting routines?
- Index(es):
Relevant Pages
|