At Fri, 17 Apr 2009 10:38:56 -0400, Yuval Lifshitz wrote: > Does the library has implementations of basic math functions like > exp, atan, etc. that are less accurate, but work faster?
Short answer: no. You could try the float versions of the math functions in the GNU C Library, e.g. expf(float x). -- Brian Gough _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
