Learn R Programming

LIHNPSD (version 0.2.1)

.N: Simple MPFR constructor

Description

Construct an MPFR object with provided precision for further use in constructing PSD object in MPFR mode

Usage

.N(x,p=128)

Arguments

x
The number
p
The precision, typically one of 64, 96, 128.

Value

Examples

Run this code
  # Convert the number 0.5 to 128-digit precision in MPFR
  .N( 0.5, 128 )

Run the code above in your browser using DataLab