[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Timing issues when calling GSL through Java
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Timing issues when calling GSL through Java |
Date: |
Wed, 27 Feb 2008 21:34:06 +0000 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Fri, 22 Feb 2008 14:47:01 +0100,
=?ISO-8859-1?Q?David_Lindel=F6f?= wrote:
> Are there any references I could consult about the relative merits of
> GSL in terms of speed and precision compared with the standard C
> routine? I'd like to document all this before I release this snapshot.
gsl/specfunc/log.c. It's mainly there for completeness and the error
bound. For practical purposes plain log(x) is preferable.