[Rcpp-commits] r1983 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 12 06:49:40 CEST 2010


Author: romain
Date: 2010-08-12 06:49:40 +0200 (Thu, 12 Aug 2010)
New Revision: 1983

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
remove gamma.h from changelog

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-08-12 04:48:31 UTC (rev 1982)
+++ pkg/Rcpp/inst/ChangeLog	2010-08-12 04:49:40 UTC (rev 1983)
@@ -37,16 +37,13 @@
 	* inst/include/Rcpp/sugar/SugarBlock.h : templates and macros to facilitate
 	generation of sugar functions that take one or two double parameters
 	
-	* inst/include/Rcpp/sugar/gamma.h: using SugarBlock to generate new 
+	* inst/include/Rcpp/sugar/math.h: using SugarBlock to generate new 
 	sugar functions: 
 		(1 parameter) : gamma, lgamma, digamma, trigamma, tetragamma, 
-		pentagamma, expm1, log1p, factorial, lfactorial
+		pentagamma, expm1, log1p, factorial, lfactorial, 
+		cos, acosh, atan, cos, cosh, log, log10, sqrt, sin, sinh, tan, tanh
 		
 		(2 parameter) : choose, lchoose, beta, lbeta, psigamma
-		
-	* inst/include/Rcpp/sugar/math.h : using the SUGAR_MATH_1 macro to generate
-	sugar functions from function pointers : acos, acosh, atan, cos, cosh, 
-	log, log10, sqrt, sin, sinh, tan, tanh
 	
 2010-08-10  Douglas Bates  <bates at stat.wisc.edu>
 



More information about the Rcpp-commits mailing list