MTM
double
convert to double precision floating point
Calling Sequence
Parameters
Description
Examples
double(A)
A
-
an expression, or an array, matrix, or vector of expressions
The double(A) function evaluates each element of A numerically at a precision of Digits:=15. If possible, the computation is done using the floating-point hardware of the underlying system using evalhf. The evaluation is done in double precision.
Division by zero will be trapped and Float(infinity) returned instead of raising an error.
with⁡MTM:
double⁡Array⁡sin⁡1,cos⁡1
0.8414709848078970.540302305868140
See Also
Digits
evalhf
float(infinity)
MTM[integer]
MTM[single]
Download Help Document