Description Usage Arguments Value Examples
Square, cube, or take the reciprocal/inverse of a vector OR a list of numbers.
1 2 3 4 5 | cube(x)
reciprocal(x)
square(x)
|
x |
Vector or list of numbers. |
A vector (atomic, double) that is the:
square (for square
)
cube (for cube
)
reciprocal/inverse (for reciprocal
)
of x
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.