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