The 'Real' Group Of Functions; Ceiling; Deg Rad; Floor - HP 39g Master Manual

Graphing calculator
Hide thumbs Also See for 39g:
Table of Contents

Advertisement

T
h
e
'
R
e
a
l
'
g
r
o
u
T
h
e
'
R
e
a
l
'
g
r
o
u
CEILING(<num>)
This is a 'rounding' function but different in that it always rounds up to the
integer above. Mainly of interest to programmers.
Eg.

CEILING(3.2) = 4

CEILING(32.99) = 33
CEILING((12+ 6)/7)
= CEILING(2.0642...) = 3
Note: CEILING(-2.56) = -2 not -3. The
CEILING function rounds up to the next
integer above, which is -2.
See also: ROUND, TRUNCATE, FLOOR,
DEG RAD(<deg>)
This function converts degrees to radians.
Eg.

DEG RAD(30) = 0.5235...

DEG RAD(180) = 3.1415926...
See also:
RAD
DEG,
FLOOR(num)
This function is the same as the
function, except that it always rounds down.
Eg.

FLOOR(3.75) = 3

FLOOR(45.01) = 45
Note: FLOOR(-2.56) = -3 not -2.
The FLOOR function is the same as the
mathematical function 'greatest integer' which
is studied in many mathematical courses.
If you want to graph the greatest integer
function then you will need to use the PLOT SETUP view to turn off CONNECT
first, since the graph is supposed to be a discontinuous step function. The
result with CONNECT turned on is not good.
p
o
f
f
u
n
c
t
i
o
n
s
p
o
f
f
u
n
c
t
i
o
n
s
HMS
,
HMS
CEILING
INT
246

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

40g39g+

Table of Contents