Determine which is the smallest number.
This function chooses the smallest or minimum number. When all the numbers are integers, then the result is also an integer. Any other combination results in a real number.
Examples
Code | Returns |
---|---|
(min 85 63) | 63 |
(min 34.0 18) | 18.0000 |
(min -6.9 -7) | -7.00000 |
(min 3) | 3 |
(min) | 0 |
Tell me about...
(rem number1 number2 [number3 ...])
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |