[Rcpp-commits] r2000 - in pkg/Rcpp/inst: . include/Rcpp/sugar/functions
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 13 15:13:01 CEST 2010
Author: romain
Date: 2010-08-13 15:13:00 +0200 (Fri, 13 Aug 2010)
New Revision: 2000
Modified:
pkg/Rcpp/inst/ChangeLog
pkg/Rcpp/inst/include/Rcpp/sugar/functions/complex.h
Log:
ChangeLog
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-08-13 11:25:05 UTC (rev 1999)
+++ pkg/Rcpp/inst/ChangeLog 2010-08-13 13:13:00 UTC (rev 2000)
@@ -4,7 +4,8 @@
Re, Im, Conj, Mod
* inst/include/Rcpp/sugar/complex.h: new sugar functions operating on
- complex expressions: exp, log, sqrt, cos, cosh
+ complex expressions: exp, log, sqrt, cos, sin, tan, acos, asin, atan,
+ acosh, asinh, atanh, cosh
* inst/unitTests/runit.sugar.R: added regression test for complex functions
which did not handle NA properly before
Modified: pkg/Rcpp/inst/include/Rcpp/sugar/functions/complex.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/sugar/functions/complex.h 2010-08-13 11:25:05 UTC (rev 1999)
+++ pkg/Rcpp/inst/include/Rcpp/sugar/functions/complex.h 2010-08-13 13:13:00 UTC (rev 2000)
@@ -241,7 +241,6 @@
RCPP_SUGAR_COMPLEX( acosh, Rcomplex )
RCPP_SUGAR_COMPLEX( asinh, Rcomplex )
RCPP_SUGAR_COMPLEX( atanh, Rcomplex )
-
RCPP_SUGAR_COMPLEX( cosh, Rcomplex )
More information about the Rcpp-commits
mailing list