Sharp el-9950 Manual page 36

Equation editor scientific
Hide thumbs Also See for el-9950:
Table of Contents

Advertisement

3 ipart
ipart value
Returns only the integer part of a decimal number.
* A real number, a list, matrix, variable, or equation can be used as values.
Example
• Discard the fraction part of 42.195. (=42)
M B 3 4 2 . 1 9 5 E
4 fpart
fpart value
Returns only the fraction part of a decimal number.
* A real number, a list, matrix, variable, or equation can be used as values.
Example
• Discard the integer part of 32.01. (=0.01)
M B 4 3 2 . 0 1 E
5 int
int value
Rounds down a decimal number to the closest integer.
Example
• Round down 34.56 to the nearest whole number. (= 34)
M B 5 3 4 . 5 6 E
6 min(
min(list)
Finds and returns the minimum value within a list of numbers. To
define a list of more than two numbers, group the numbers with
brackets (@ { and @ } ), with each element
separated by a comma.
Example
• Find the smallest value among
4, 5, and -9.
M B 6 @
{ 4 , 5 , _
9 @ } ) E
7 max(
max(list)
Finds and returns the maximum value within a list of numbers.
Example
• Find the smallest value among 4, 5, and -9.
M B 7 @ { 4 , 5 , _ 9
@ } ) E
Chapter 2: Operating the Graphing Calculator
35

Advertisement

Table of Contents
loading

Table of Contents