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.
See Also
Digits
evalhf
float(infinity)
MTM[integer]
MTM[single]
Download Help Document