kotlin-stdlib / kotlin.js / max max JS 1.1 fun Math.max(a: Long, b: Long): Long Deprecated: Use maxOf or kotlin.math.max instead Returns the greater of two values.