Home

eng fix grad

fixSet Fixed Mode

The fix function sets the real number display mode to fixed notation with the given number of fixed digits, as follows:

n-> 

All real numbers on the stack will be displayed in fixed mode. For example, the real number 12.345 will be displayed as 12.34 when fixed to 2 decimal places. If the number is too big or too small to display in fixed mode, scientific mode is used instead.