fun cos(x: Double): Double
fun cos(x: Float): Float
Computes the cosine of the angle x given in radians.
Special cases:
cos(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/cos.html