Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.core
/
toExponential
to
Exponential
fun
Int
.
toExponential
(
)
:
String
(
source
)
fun
Int
.
toExponential
(
fractionDigits
:
Int
)
:
String
(
source
)
fun
Double
.
toExponential
(
)
:
String
(
source
)
fun
Double
.
toExponential
(
fractionDigits
:
Int
)
:
String
(
source
)