Tests this number against the 'other' number given, and returns which ever is larger.
// sets n to 30n = 20.max( 30 )x = 1.929y = 1.2384// z is set to 1.929z = x.max( y )