Learn R Programming

ecd (version 0.6.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
x <- ecd.mp2f(ecd.mpfr(c(1,2,3)))

Run the code above in your browser using DataLab