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. |
Computes the sine of the given RemoteFloat.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
public fun sin(a: RemoteFloat): RemoteFloat
Computes the sine of the given RemoteFloat.
| a | The angle in radians. |
The sine of a. |
Last updated: