double
Convert to double-precision floating-point.
Syntax
Section titled “Syntax”S = double(X)Description
Section titled “Description”Returns X converted to double (64-bit IEEE-754). The default floating-point type for MathJet computation.
Examples
Section titled “Examples”double(int32(5)) % 5.0double('A') % 65