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