What I'm attempting to accomplish is a comparation.
I'm writing a page for a class, and what I want to have happen is a box that says it either passes or fails a test.
I have two values, Mn and Mu. If Mu is bigger than Mn, I want the box to display Pass, else, display fail.
I'd like to do this without using the obnoxiously large if-then format - i'd like it to be as simple as possible.
Being a noob to sMath, I anticipate this has a simple solution like every other problem I've seen.