toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum.integer
/
rem
rem
operator
fun
Long
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
Int
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
Short
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
Byte
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
ULong
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
UInt
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
UShort
.
rem
(
other
:
BigInteger
)
:
BigInteger
operator
fun
UByte
.
rem
(
other
:
BigInteger
)
:
BigInteger