diff options
Diffstat (limited to 'source/lang/min.rst')
-rw-r--r-- | source/lang/min.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source/lang/min.rst b/source/lang/min.rst index ffbf1ee..1245f6f 100644 --- a/source/lang/min.rst +++ b/source/lang/min.rst @@ -2,15 +2,17 @@ .. _lang-min: -min(x, y) -========= - -Description ------------ +min() +===== (Macro) Calculates the minimum of two numbers. +Syntax +------ + +:: + min(x,y) Parameters ---------- @@ -19,13 +21,11 @@ Parameters **y**: the second number; may be any number or numeric expression. - Returns ------- The smaller of the two numbers. - Example ------- |