R/i.R

Defines functions i

Documented in i

#' i
#'
#' A wrapper around sqrt(-1+0i)
#'
#' @return 0+1i
#' @export
#'
#' @examples
#' i()
i <- function(){
  sqrt(-1+0i)
}
mncube/pauliframes documentation built on Dec. 21, 2021, 8:07 p.m.