Mathf.Asinstatic function Asin (f : float) : floatDescriptionReturns the arc-sine of f - the angle in radians whose sine is f.
print (Mathf.Asin(0.5));
|
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Asinstatic function Asin (f : float) : floatDescriptionReturns the arc-sine of f - the angle in radians whose sine is f.
print (Mathf.Asin(0.5));
|