cos
Source set: Android
public fun cos(a: RemoteFloat): RemoteFloat
Computes the cosine of the given RemoteFloat a.
Parameters
| a | The value in radians whose cosine is to be computed. |
Returns
The cosine of a. |
Computes the cosine of the given RemoteFloat a.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
public fun cos(a: RemoteFloat): RemoteFloat
Computes the cosine of the given RemoteFloat a.
| a | The value in radians whose cosine is to be computed. |
The cosine of a. |
Last updated: