Rmpfr (version 0.8-1)

Rmpfr-workarounds: Base Functions etc, as an Rmpfr version

Description

Functions from base etc which need a copy in the Rmpfr namespace so they correctly dispatch.

Usage

outer(X, Y, FUN = "*", ...)

Arguments

X, Y, FUN, ...

See base package help: outer.

See Also

outer.

Examples

Run this code
# NOT RUN {
outer(1/mpfr(1:10, 70), 0:2)
# }

Run the code above in your browser using DataLab