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