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