asin
Android
public fun asin(a: RemoteFloat): RemoteFloat
Computes the arc sine of the given RemoteFloat.
Parameters
| a | The value whose arc sine is to be computed. |
Returns
The arc sine of a in radians. |
Computes the arc sine of the given RemoteFloat.
RevenueCat
Add subscriptions to your apps in minutes
public fun asin(a: RemoteFloat): RemoteFloat
Computes the arc sine of the given RemoteFloat.
| a | The value whose arc sine is to be computed. |
The arc sine of a in radians. |