This is the mail archive of the CVS commit mailing list for the GSL project. See the GSL home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

gsl/. gsl_math.h ChangeLog



CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@egcs.cygnus.com	99/02/08 12:57:55

Modified files:
	.              : gsl_math.h ChangeLog 

Log message:
	gsl_complex.h: added GSL_SET_REAL(&z,x) and GSL_SET_IMAG(&z,y),
	changed GSL_COMPLEX_SET(z,x,y) to GSL_SET_COMPLEX(&z,x,y) to match.