Compute the value of a base expression cubed.
The base value of the expression.
Returns the base expression cubed.
0.5.0
cube(3)// => 27 Copy
cube(3)// => 27
Compute the value of a base expression cubed.