Commit 3c06cb48 authored by Julius Volz's avatar Julius Volz

Merge pull request #64 from brian-brazil/sqrt

Add sqrt() function
parents f7d74a16 e943560c
......@@ -199,6 +199,10 @@ in ascending 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()` 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