Sha256: 2cfa078b0d894d5353cdc03da2875cfbba93c5cf41b61f9c71316c012bf271dc
Contents?: true
Size: 770 Bytes
Versions: 5
Compression:
Stored size: 770 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" #ifndef GSL_1_4_LATER #include <gsl/gsl_const_mks.h> #include <gsl/gsl_const_cgs.h> #else #include <gsl/gsl_const_mksa.h> #include <gsl/gsl_const_cgsm.h> #endif #include <gsl/gsl_const_num.h> EXTERN VALUE mgsl_const_mks, mgsl_const_cgs; #endif
Version data entries
5 entries across 5 versions & 1 rubygems