Question: With Units Changes Display of Function

I have a simple tank design worksheet that calculates dimensions of a tank that I need to build to hold a given amount of liquid.  My question is this - when I include a "with(Units);" statement, the volume function gets rendered in operator prefix notation.  Why is this?  Is there a setting to prevent this from happening?  Thanks.

Without "with(Units);"...

With "with(Units);"...

I've included a worksheet that shows the function both with and without the inclusion of "with(Units);".

Tank_Design_Calculation_-_Units_Question_(v00).mw

Please Wait...