Declaration
func ASin(value float) float
go
Parameters
Input
Name | Type | Description |
---|---|---|
Value | Float | The value to be inversely sine calculated, the value range is [-1,1] |
Return
Type | Description |
---|---|
Float | Angle |
Perform the inverse sine operation to obtain the angle
func ASin(value float) float
go
Name | Type | Description |
---|---|---|
Value | Float | The value to be inversely sine calculated, the value range is [-1,1] |
Type | Description |
---|---|
Float | Angle |