pow
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. |
Raises a to the power of b.
RevenueCat
Add subscriptions to your apps in minutes
public fun pow(a: RemoteFloat, b: RemoteFloat): RemoteFloat
Raises a to the power of b.
| a | The base value. |
| b | The exponent value. |
A RemoteFloat representing a raised to the power of b. |