doc/roxygen-template.R

#' Description
#'
#' @param
#' @param
#' @return Whether the number is pseudoprime
#' @export
#' @seealso \code{\link{funkcija}}
#' @note
#' @references
#' @keywords package
#' @title
#' @author Andrej Blejec \email{andrej.blejec@nib.si}
#' @examples
#' is.pseudoprime(13, 4) # TRUE most of the time
ablejec/amisc documentation built on May 10, 2019, 4:13 a.m.