fun max(vararg values: Int): IntDeprecated: Use maxOf or kotlin.math.max instead
fun max(vararg values: Float): FloatDeprecated: Use maxOf or kotlin.math.max instead
fun max(vararg values: Double): DoubleDeprecated: Use maxOf or kotlin.math.max instead
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-math/max.html