Functions
mini(x, y)¶
Take the max between two numbers
Parameters
x:
float– Description of parameterx.y:
float– Description of parametery.
Returns
float– Description of returned object.
Source Code
1 2 3 | |
mini2peutetre(x, y)¶
Take the max between two numbers
Parameters
x:
float– Description of parameterx.y:
float– Description of parametery.
Returns
float– Description of returned object.
Source Code
1 2 3 | |