HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
iquorem
Syntax
iquorem(a, b)
Description
Euclidean quotient and remainder. Returns the integer quotient and remainder when the integer a is divided by the integer b.
Example
iquorem(63, 23) returns [2, 17]
iquorem — Discussion
↑Back to top