kPerforming a Unit Conversion Calculation[OPTN]-[CONVERT]

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(CONVERT)

2(LENGTH)f(cm)1(')

2(LENGTH)ec(in)w

Example 2 To convert {175, 162} square meters to hectares

A!*({)bhf,bgc

!/(})

K6(g)1(CONVERT)3(AREA)

c(m2)1(')3(AREA)d(ha)w

2-59