Is there any buil-in function to return the lesser of two numbers? i.e. lesser(100,125) would return 100. Do I need to roll my own?
Is there any buil-in function to return the lesser of two numbers? i.e. lesser(100,125) would return 100. Do I need to roll my own?