Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

sin

Computes the sine of the given RemoteFloat.

sin

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

Computes the sine of the given RemoteFloat.

Parameters

a The angle in radians.

Returns

The sine of a.

Last updated: