cos
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.
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. |