toggle menu
lib
0.0.2
android
common
ios
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.utils
/
BigInteger
Big
Integer
android
common
ios
actual
class
BigInteger
(
value
:
String
)
expect
class
BigInteger
(
value
:
String
)
actual
class
BigInteger
(
value
:
String
)
Members
Constructors
Big
Integer
Link copied to clipboard
android
common
ios
actual
constructor
(
value
:
String
)
expect
constructor
(
value
:
String
)
actual
constructor
(
value
:
String
)
Functions
div
Link copied to clipboard
android
common
ios
actual
operator
fun
div
(
other
:
BigInteger
)
:
BigInteger
expect
operator
fun
div
(
other
:
BigInteger
)
:
BigInteger
actual
operator
fun
div
(
other
:
BigInteger
)
:
BigInteger
pow
Link copied to clipboard
android
common
ios
actual
fun
pow
(
exponent
:
Int
)
:
BigInteger
expect
fun
pow
(
exponent
:
Int
)
:
BigInteger
actual
fun
pow
(
exponent
:
Int
)
:
BigInteger
rem
Link copied to clipboard
android
common
ios
actual
operator
fun
rem
(
other
:
BigInteger
)
:
BigInteger
expect
operator
fun
rem
(
other
:
BigInteger
)
:
BigInteger
actual
operator
fun
rem
(
other
:
BigInteger
)
:
BigInteger
to
String
Link copied to clipboard
android
common
ios
actual
open
override
fun
toString
(
)
:
String
expect
open
override
fun
toString
(
)
:
String
actual
open
override
fun
toString
(
)
:
String