Package 'RcppLongLong'

Title: Simple test package for long long interactions
Description: Simple tests to tickle long long conversions
Authors: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
License: GPL (>= 2)
Version: 0.0.1
Built: 2024-10-05 03:24:53 UTC
Source: https://github.com/eddelbuettel/rcpplonglong

Help Index


Simple test package for long long conversions

Description

The package does little and serves to tickle some compiler conversions.

Details

Please see the Rcpp headers.

Author(s)

Dirk Eddelbuettel

Maintainer: Dirk Eddelbuettel <[email protected]>

Examples

# Optional simple examples of the most important functions

A simple test function for long vectors

Description

Simple test function for long vectors

Usage

longFun(x)

Arguments

x

A vector of long integers

Value

A double vector

Author(s)

Dirk Eddelbuettel


Another simple test function for long long vectors

Description

Internal use of long long vectors

Usage

longlongInside(n)

Arguments

n

An integer

Value

A double

Author(s)

Dirk Eddelbuettel


A simple test function for unsigned long vectors

Description

Simple test function for unsigned long vectors

Usage

unsignedlongFun(x)

Arguments

x

A vector of unsigned long integers

Value

A double vector

Author(s)

Dirk Eddelbuettel