<@U0DLNDG9K>: `fun Math.cos(...)` would be an exte...
# announcements
m
@chase:
fun Math.cos(...)
would be an extension function on
Math
objects. It would be
fun Math.Companion.cos(...)
if
Math
was a Kotlin class, but not sure about adding static functions to Java classes.