Contents
Previous
Next
Subchapters
Current Chapters->
mlmode_assignment
multiplestatement
mlmode_same
mlmode_if
mlmode_for
mlmode_while
mlmode_colon
mlmode_numbers
mlmode_building
mlmode_character
mlmode_quote
mlmode_matrixdivision
mlmode_logicalop
mlmode_numericop
mlmode_realpart
mlmode_matrixindex
mlmode_logicalindex
mlmode_grow
Parent Chapters->
Omatrix6
mlmode
mlmode_language
mlmode_numbers
Search Tools->
contents
reference
index
search
Precision of Input Numeric Values (Mlmode)
Syntax
number
O-Matrix Mode
elements
Description
In Mlmode, numeric input values are automatically interpreted as double-precision.
Example
If you enter
mlmode
x = 2;
omatrix
print type(x)
O-Matrix will respond
double