<h2 id="abs-a">abs</h2>

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

```kotlin
public fun abs(a: RemoteFloat): RemoteFloat
```

Returns the absolute value of the given [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat).

#### Parameters

| | |
| --- | --- |
| a | The [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) whose absolute value is to be determined. |

#### Returns

| | |
| --- | --- |
|  | A [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) representing the absolute value of `a`. |