Function

mad

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

mad

Source set: 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

Last updated: