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