R/package.R

#' multiple-package
#'
#' Multiples of numbers
#'
#' This package allows simple computation of multiples
#' of numbers, including fast algorithms for integers.
#'
#' @name multiple
#' @docType package
NULL

#' seq1_10
#'
#' A sequence of numbers from 1 to 10
#'
#' @format A numeric vector.
#' @source Values computed by the R software,
#'   \url{https://www.r-project.org/}
"seq1_10"


#' seq1_100
#'
#' A sequence of numbers from 1 to 100
#'
#' @format A numeric vector.
#' @source Values computed by the R software,
#'   \url{https://www.r-project.org/}
"seq1_100"
thomasgaquiere/multiple-2 documentation built on Dec. 31, 2020, 8:37 a.m.