168
Using mathematical functions
ifactor
Prime factorization. Returns the prime factorization of the
integer
a
as a product.
ifactor
(
a
)
Example:
ifactor
(150) returns
.
ifactors
Prime factors. Similar to ifactor, but returns a list of the
factors of the integer
a
with their multiplicities.
ifactor
(
a
)
Example:
ifactor
(150) returns
[2,1,3,1,5,2].
igcd
Greatest common divisor. Returns the integer that is the
greatest common divisor of the integers
a
and
b
.
igcd
(
a, b
)
Example:
igcd
(24, 36) returns 12.
iquo
Euclidean quotient. Returns the integer quotient when the
integer
a
is divided by the integer
b
.
iquo
(
a, b
)
Example:
iquo
(46, 21) returns 2.
iquorem
Euclidean quotient and remainder. Returns the integer
quotient and remainder when the integer
a
is divided by
the integer
b
.
iquorem
(
a, b
)
Example:
iquorem
(46, 21) returns [2, 4].
irem
Euclidean remainder. Returns the integer remainder when
the integer
a
is divided by the integer
b
.
irem
(
a, b
)
Example:
irem
(46, 21) returns 4.
2 3 5
2
⋅ ⋅
Содержание 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 ...