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