Declaration
func Tan(degree float) float
go
Parameters
Input
Name | Type | Description |
---|---|---|
Degree | Float | Angle, 360 represents 360 degrees |
Return
Type | Description |
---|---|
Float | Tangent |
Find the tangent of an angle
func Tan(degree float) float
go
Name | Type | Description |
---|---|---|
Degree | Float | Angle, 360 represents 360 degrees |
Type | Description |
---|---|
Float | Tangent |