List Functions; Loop Functions - HP 40gs User Manual

Graphing calculator
Hide thumbs Also See for 40gs:
Table of Contents

Advertisement

COSH
SINH
TANH
ALOG
EXP
EXPM1
LNP1

List functions

Loop functions

ITERATE
13-10
Hyperbolic cosine
COSH(value)
Hyperbolic sine.
SINH(value)
Hyperbolic tangent.
TANH(value)
Antilogarithm (exponential). This is more accurate than
10^x due to limitations of the power function.
ALOG(value)
Natural exponential. This is more accurate than
to limitations of the power function.
EXP(value)
Exponent minus 1 :
EXP when x is close to zero.
EXPM1(value)
Natural log plus 1 : ln(x+1). This is more accurate than
the natural logarithm function when x is close to zero.
LNP1(value)
These functions work on list data. See "List functions" on
page 19-6.
The loop functions display a result after evaluating an
expression a given number of times.
Repeatedly for #times evaluates an expression in terms of
variable. The value for variable is updated each time,
starting with initialvalue.
ITERATE(expression, variable, initialvalue,
#times)
Example
2
ITERATE(X
,X,2,3) returns 256
x
e
1
. This is more accurate than
Using mathematical functions
x
e
due

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents