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.

Returns

A RemoteFloat representing a raised to the power of b.

Last updated: