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

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

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

Computes the sine of the given [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat).

#### Parameters

| | |
| --- | --- |
| a | The angle in radians. |

#### Returns

| | |
| --- | --- |
|  | The sine of `a`. |