Sha256: 87234b58d8c53e518f061ca78ecb617c7aeacddce6787faa4bdf5c7206029406
Contents?: true
Size: 673 Bytes
Versions: 6
Compression:
Stored size: 673 Bytes
Contents
/* rb_gsl.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 FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef ___RB_GSL_CONST_H___ #define ___RB_GSL_CONST_H___ #include "rb_gsl.h" #include <gsl/gsl_const_mksa.h> #include <gsl/gsl_const_cgsm.h> #include <gsl/gsl_const_num.h> EXTERN VALUE mgsl_const_mks, mgsl_const_cgs; #endif
Version data entries
6 entries across 6 versions & 2 rubygems