Create and initialize a multi-precision matrix filled with the value of pi
rop = mps_const_pi( prec ) rop = mps_const_pi( m1, n1, prec ) mps_const_pi( rop )
multi-precision matrix
integers
Create and initialize a multi-precision matrix filled with the value of pi. The constant will be evaluated up to the specified precision.
Create and initialize a scalar of precision
prec
initialized to pi.
Create and initialize a matrix of size (m1,n1)
with precision prec
filled with the value of pi.
Set every element of rop
to pi.
The precision must be two bits or higher.