Learn R Programming

ecd (version 0.9.2.4)

ecd.mp2f: Wrapper to convert mpfr to numeric

Description

Convert mpfr to numeric primarily for display messages.

Usage

ecd.mp2f(x)

Arguments

x

an object of mpfr class. If x is numeric class, it will be passed through.

Value

a numeric vector

Examples

Run this code
# NOT RUN {
x <- ecd.mp2f(ecd.mpfr(c(1,2,3)))
# }

Run the code above in your browser using DataLab