Description Usage Arguments Value Examples
Construct an MPFR object with provided precision for further use in constructing PSD object in MPFR mode
1 | .N(x,p=128)
|
x |
The number |
p |
The precision, typically one of 64, 96, 128. |
Return an MPFR object
1 2 | # Convert the number 0.5 to 128-digit precision in MPFR
.N( 0.5, 128 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.