W3cubDocs

/Kotlin

cos

inline fun cos(x: Double): Double

Platform and version requirements: Kotlin 1.2

inline fun cos(x: Float): Float

Platform and version requirements: Kotlin 1.2

Computes the cosine of the angle x given in radians.

Special cases:

  • cos(NaN|+Inf|-Inf) is NaN

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.math/cos.html