toggle menu
Kaluga
1.3.0-SNAPSHOT
js
switch theme
search in API
base
/
com.splendo.kaluga.base.utils
/
BigDecimal
Big
Decimal
js
external
class
BigDecimal
(
a
:
Any
,
b
:
Any
)
Members
Constructors
Big
Decimal
Link copied to clipboard
js
constructor
(
a
:
Any
,
b
:
Any
)
Types
Companion
Link copied to clipboard
js
object
Companion
Properties
exponent
Link copied to clipboard
js
var
exponent
:
Any
significand
Link copied to clipboard
js
var
significand
:
Any
Functions
to
Fixed
Link copied to clipboard
js
fun
toFixed
(
fractionDigits
:
Int
,
roundingMode
:
String
=
definedExternally
)
:
Int
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String