is there a convenient way to add a constant to a l...
# announcements
i
is there a convenient way to add a constant to a library class, e.g.
PI2
to
Math
, which would be defined as
Math.PI * 2
?