[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] long double gsl_sf_exp()
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] long double gsl_sf_exp() |
Date: |
Sat, 14 Jan 2006 17:44:33 +0000 |
Daniel J Farrell writes:
> Is it possible to use the gsl_sf_exp() function with the long double
> data type? I need to calculate the exponential of very large numbers
> e.g. exp(711.000). In this range the double data type 'runs out of
> numbers'.
No, sorry, GSL special functions are double precision only. As
mentioned, use expl().
--
Brian Gough
Network Theory Ltd,
Publishing the GSL Manual --- http://www.network-theory.co.uk/gsl/manual/