Hi Brian,
There was an asm fault affecting 64bit quad multiply and divide. I will post the fix, so the order no longer matters.
re: internal number formatting:
numberformat allows you to control the global number format settings:
    'int dp   ' DECIMAL PLACES
    'int trz  ' STRIP TRAILING ZEROS
    'int sn   ' SCIENTIFIC NOTATION BY DEFAULT
    'int sdp  ' INHIBIT ZERO BEFORE DECIMAL POINT
    'int sns  ' LEADING SPACE FOR NON NEGATIVE NUMBERS
    'int lps  ' LEAD PADDING SPACES
numberformat(16,1,0,0,0,0) 'default settings
numberformat 'return to default