package wip
This commit is contained in:
15
math/docs/max.md
Normal file
15
math/docs/max.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# math_Max
|
||||
Choose the largest number out of the two arguments.
|
||||
|
||||
## Arguments
|
||||
- number1 (double): First number
|
||||
- number2 (double): Second number
|
||||
|
||||
## Returns
|
||||
result (double): The largest number out of the two provided
|
||||
|
||||
## Example
|
||||
```python
|
||||
call !math_Max 1.2 0.7 &result
|
||||
println $result # 1.2
|
||||
```
|
||||
Reference in New Issue
Block a user