<h2 id="mad-a-b-c">mad</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
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` |