Mercurial > hg > octave-kai > gnulib-hg
diff lib/sinl.c @ 8186:c115624bf99a
New module 'math'. <math.h> replaces mathl.h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 18 Feb 2007 15:10:28 +0000 |
parents | b09c3f1225b6 |
children | c3d334708928 |
line wrap: on
line diff
--- a/lib/sinl.c +++ b/lib/sinl.c @@ -13,6 +13,11 @@ * ==================================================== */ +#include <config.h> + +/* Specification. */ +#include <math.h> + /* sinl(x) * Return sine function of x. * @@ -44,10 +49,6 @@ * TRIG(x) returns trig(x) nearly rounded */ -#include <math.h> - -#include "mathl.h" - #include "trigl.h" #include "trigl.c" #include "sincosl.c"