fun tan(x: Double): Double
fun tan(x: Float): Float
Computes the tangent of the angle x given in radians.
Special cases:
tan(NaN|+Inf|-Inf)
NaN
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributorsLicensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.math/tan.html