User Manual

Table Of Contents
2-57
Attempting to convert from a unit in one category (such as “AREA”) to a unit in another
category (such as “TIME”) results in a Conversion ERROR.
See the “Unit Conversion Command List” (page 2-58) for information about the units
included in each category.
k Performing a Unit Conversion Calculation [OPTN] - [CONV]
Input the value you are converting from and the conversion commands using the syntax
shown below to perform a unit conversion calculation.
{value converting from}{conversion command 1} ' {conversion command 2}
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
III: 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
III: 5(CONV)