filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-utils
/
io.github.erkko68.filament.utils
/
pow
pow
inline
fun
pow
(
x
:
Float
,
y
:
Float
)
:
Float
Raises
x
to the power
y
.
Return
x raised to the power y
Parameters
x
the base
y
the exponent