dot_N: Simple MPFR constructor

Description Usage Arguments Value Examples

Description

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

Usage

1
.N(x,p=128)

Arguments

x

The number

p

The precision, typically one of 64, 96, 128.

Value

Return an MPFR object

Examples

1
2
  # Convert the number 0.5 to 128-digit precision in MPFR
  .N( 0.5, 128 )

LIHNPSD documentation built on May 2, 2019, 9:12 a.m.