Description Usage Arguments Value Author(s) Examples
mySqrt
returns the square root of a number x
1 | mySqrt(x)
|
x |
a postive number |
The square root of x
. If x is less than zero then return #' the compelx square root of x
See https://en.wikipedia.org/wiki/Square_root
for more information on how this is all supposed to work.
Steve Pittard wsp@emory.edu
1 | mySqrt(x=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.