Declaration
func Value(degree float) float
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Degree | Float | The value to be inverse tangented |
Return
| Type | Description |
|---|---|
| Float | Angle |
Perform an inverse tangent operation to obtain the angle
func Value(degree float) float
go
| Name | Type | Description |
|---|---|---|
| Degree | Float | The value to be inverse tangented |
| Type | Description |
|---|---|
| Float | Angle |