[Roxygen-commits] r178 - pkg/sandbox

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 24 10:37:16 CEST 2008


Author: pcd
Date: 2008-08-24 10:37:16 +0200 (Sun, 24 Aug 2008)
New Revision: 178

Modified:
   pkg/sandbox/example-pseudoprime.R
Log:
eqn wrap


Modified: pkg/sandbox/example-pseudoprime.R
===================================================================
--- pkg/sandbox/example-pseudoprime.R	2008-08-24 08:37:14 UTC (rev 177)
+++ pkg/sandbox/example-pseudoprime.R	2008-08-24 08:37:16 UTC (rev 178)
@@ -1,8 +1,8 @@
 #' Test an integer for primality with Fermat's Little Theorem.
 #'
 #' Fermat's Little Theorem states that if \eqn{n} is a prime number and
-#' \eqn{a} is any positive integer less than \eqn{n}, then a raised to the
-#' \eqn{n}th power is congruent to \eqn{a modulo n}.
+#' \eqn{a} is any positive integer less than \eqn{n}, then \eqn{a} raised
+#' to the \eqn{n}th power is congruent to \eqn{a modulo n}.
 #'
 #' @author Peter Danenberg \email{pcd@@roxygen.org}
 #' @param n the integer to test for primality



More information about the Roxygen-commits mailing list