R/RcppExports.R

Defines functions han timesTwo is_odd_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

is_odd_cpp <- function(n = 10L) {
    .Call('_GEB_is_odd_cpp', PACKAGE = 'GEB', n)
}

timesTwo <- function(x) {
    .Call('_GEB_timesTwo', PACKAGE = 'GEB', x)
}

han <- function(n, a, b, c) {
    invisible(.Call('_GEB_han', PACKAGE = 'GEB', n, a, b, c))
}
DawnEve/GEB documentation built on July 6, 2022, 7:05 p.m.