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

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

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

Computes the base-10 logarithm of the [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) `a`.

#### Parameters

| | |
| --- | --- |
| a | The value whose logarithm is to be computed. |