Using mathematical functions
177
XPON
Exponent of
value
.
XPON
(
value
)
Example:
XPON(123.4)
returns
2
Test functions
The test functions are logical operators that always return
either 1 (
true
) or 0 (
false
).
<
Less than. Returns 1 if true, 0 if false.
value1
<
value2
≤
Less than or equal to. Returns 1 if true, 0 if false.
value1
≤
value2
= =
Equals (logical test). Returns 1 if true, 0 if false.
value1
==
value2
≠
Not equal to. Returns 1 if true, 0 if false.
value1
≠
value2
>
Greater than. Returns 1 if true, 0 if false.
value1
>
value2
≥
Greater than or equal to. Returns 1 if true, 0 if false.
value1
≥
value2
AND
Compares
value1
and
value2
. Returns 1 if they are both
non-zero, otherwise returns 0.
value1
AND
value2
IFTE
If
expression
is true, do the
trueclause
; if not, do the
falseclause.
IFTE(
expression
,
trueclause
,
falseclause
)
Example:
IFTE(X>0,X
2
,X
3
)
with
x=-2
returns
-8
NOT
Returns 1 if
value
is zero, otherwise returns 0.
NOT
value
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...