Commit e943560c authored by Brian Brazil's avatar Brian Brazil

Add sqrt() function

parent f7d74a16
...@@ -199,6 +199,10 @@ in ascending order. ...@@ -199,6 +199,10 @@ in ascending order.
Same as `sort`, but sorts in descending order. Same as `sort`, but sorts in descending order.
## `sqrt()`
`sqrt(v instant-vector)` calculates the square root of all elements in `v`.
## `time()` ## `time()`
`time()` returns the number of seconds since January 1, 1970 UTC. Note that `time()` returns the number of seconds since January 1, 1970 UTC. Note that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment