User Manual
2-54
• Use {conversion command 1} to specify the unit being converted from and {conversion
command 2} to specify the unit being converted to.
• ' is a command that links the two conversion commands. This command is always available
at 1( ') of the Conversion menu.
• Real numbers or a list that contains real number elements only can be used as the value
being converted from. When values being converted from are input into a list (or when list
memory is specified), conversion calculation is performed for each element in the list and
calculation results are returned in list format (ListAns screen).
• A complex number cannot be used as a value to be converted from. An error occurs if even
a single element of a list being used as the value being converted from contains a complex
number.
Example 1 To convert 50cm to inches
AfaK6( g) 1(CONV) * 2(LENG)
f(cm) 1( ') 2(LENG) ec(in) w
* fx-7400G
II : 5(CONV)
Example 2 To convert {175, 162, 180} square meters to hectares
A!*({) bhf,bgc,
bia!/(})
K6( g) 1(CONV) * 3(AREA) c(m
2
)
1( ') 3(AREA) d(ha) w
* fx-7400G
II: 5(CONV)