Description Usage Arguments Details Value Examples
This function raises x to the exponent y.
1 | pow(x, y = 2)
|
x |
The vector to be raised to the exponent y. |
y |
The exponent. |
This function isn't complicated.
And it almost certainly doesn't need two paragraphs in the "Details" section!
Here are some reasons why putting a list in this section is excessive:
This pow
function is quite simple.
There's nothing else to say about pow
.
A vector that is raised to the exponent y x
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.