Here is how one can mathematically find the minimum and maximum of a set of two rational numbers. Whether you are programming something in a language that doesn’t have built in Min(…) and Max(…) such as VBScript (and choose not to use IF…ELSE) or you are simply curious on how minimum and maximum of [...]