package wip
This commit is contained in:
14
math/docs/sqrt.md
Normal file
14
math/docs/sqrt.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# math_Sqrt
|
||||
Gets the square root of a number.
|
||||
|
||||
## Arguments
|
||||
- number (double): The number to get the square root of
|
||||
|
||||
## Returns
|
||||
result (double): The square root of the number
|
||||
|
||||
## Example
|
||||
```python
|
||||
call !math_Sqrt 16 &result
|
||||
println $result # 4
|
||||
```
|
||||
Reference in New Issue
Block a user