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