1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--- title: math.Tan description: Returns the tangent of the given radian number. categories: [] keywords: [] params: functions_and_methods: aliases: [] returnType: float64 signatures: [math.Tan VALUE] --- {{< new-in 0.130.0 />}} ```go-html-template {{ math.Tan 1 }} → 1.557407724654902 ```