5 lines
85 B
Text
5 lines
85 B
Text
# Objects:
|
|
math =
|
|
root: Math.sqrt
|
|
square: square
|
|
cube: (x) -> x * square x
|