Composables UI is out: our new component library for Compose Multiplatform ->
Function

log

Computes the base-10 logarithm of the RemoteFloat a.

log

Source set: Android
public fun log(a: RemoteFloat): RemoteFloat

Computes the base-10 logarithm of the RemoteFloat a.

Parameters

a The value whose logarithm is to be computed.

Last updated: