mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
sqrt
sqrt
@
JvmStatic
fun
sqrt
(
vararg
expressions
:
Expression
)
:
Expression
@
JvmStatic
fun
sqrt
(
value
:
Double
)
:
Expression
Returns the square root of the input.
fun
sqrt
(
block
:
Expression.ExpressionBuilder
.
(
)
->
Unit
)
:
Expression
DSL function for "sqrt".