min($numbers...)
Finds the minimum of several numbers. This function takes any number of arguments.
min($numbers...)
Finds the minimum of several numbers. This function takes any number of arguments.
Examples:
min(1px, 4px) => 1px
min(5em, 3em, 4em) => 3em
Parameters:
Returns:
Raises:
Designed by : w10schools
service@w10schools.com
Please login to continue.