🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

pow

Raises a to the power of b.

pow

Source set: Android
public fun pow(a: RemoteFloat, b: RemoteFloat): RemoteFloat

Raises a to the power of b.

Parameters

a The base value.
b The exponent value.

Return

A RemoteFloat representing a raised to the power of b.

Content updated: