User Manual
Table Of Contents
- Contents
- Chapter 1 Getting Acquainted — Read This First!
- Chapter 2 Basic Operation
- Chapter 3 Manual Calculations
- Chapter 4 List Function
- Chapter 5 Statistical Graphs and Calculations
- Chapter 6 Programming
- Chapter 7 Spreadsheet
- Chapter 8 Memory Manager
- Chapter 9 System Manager
- Chapter 10 Data Communication
- Chapter 11 Using SD Cards and SDHC Cards
- Appendix

3-49
• 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
Example 2 To convert {175, 162, 180} square meters to hectares
A!a(CATALOG)a6(SYBL)
4(9)c~c( { )wbhf,bg
c,bia!a(CATALOG)
c( } )wK6(g)1(CONV)3(AREA)
c(m
2
)1(')3(AREA)d(ha)w