From ee35f641687d0d3159c15eea5ad80d71efff4f82 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 29 Nov 2010 01:49:26 -0500 Subject: Finished converting the Arduino docs --- source/lang/min.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/lang/min.rst') 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 ------- -- cgit v1.2.3