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