acos
Source set: Android
public fun acos(a: RemoteFloat): RemoteFloat
Computes the arc cosine of the given RemoteFloat.
Parameters
| a | The value whose arc cosine is to be computed. |
Returns
The arc cosine of a in radians. |
Computes the arc cosine of the given RemoteFloat.
public fun acos(a: RemoteFloat): RemoteFloat
Computes the arc cosine of the given RemoteFloat.
| a | The value whose arc cosine is to be computed. |
The arc cosine of a in radians. |
Last updated: