korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-bignumber
/
korlibs.bignumber
/
CommonBigInt
/
DivRem
Div
Rem
data
class
DivRem
(
val
div
:
CommonBigInt
,
val
rem
:
CommonBigInt
)
Members
Constructors
Div
Rem
Link copied to clipboard
constructor
(
div
:
CommonBigInt
,
rem
:
CommonBigInt
)
Properties
div
Link copied to clipboard
val
div
:
CommonBigInt
rem
Link copied to clipboard
val
rem
:
CommonBigInt