Sha256: f49d4c81621b1653617e082b964c662de81ffc33e2245e4276e6971bb1cdcc31
Contents?: true
Size: 622 Bytes
Versions: 14
Compression:
Stored size: 622 Bytes
Contents
/* rb_gsl_cheb.h Ruby/GSL: Ruby extension library for GSL (GNU Scientific Library) (C) Copyright 2001-2004 by Yoshiki Tsunesada Ruby/GSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or CHEBNESS FOR A PARTICULAR PURPOSE. */ #ifndef ___RB_GSL_CHEB_H___ #define ___RB_GSL_CHEB_H___ #include "rb_gsl.h" #include "rb_gsl_function.h" #include <gsl/gsl_math.h> #include <gsl/gsl_chebyshev.h> #endif
Version data entries
14 entries across 14 versions & 5 rubygems