contents   index   previous   next



Clib.min()

syntax:

Clib.min(x[, ...])

where:

x - number or list of numbers to work with.

 

return:

number - minimum number passed.

 

description:

This method is similar to the standard C macro, min(), with the differences that only one variable must be supplied and any number of other variables may be supplied for comparison.

 

see:

Clib.max()

 

 


Clib.modf()