toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
)