Function

mad

Computes a multiply-add operation: a * b + c.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

mad

Android
public fun mad(a: RemoteFloat, b: RemoteFloat, c: RemoteFloat): RemoteFloat

Computes a multiply-add operation: a * b + c.

Parameters

a The first multiplier
b The second multiplier
c The value to be added to the product of a and b