OOF2: The Manual
Name
OOF.Settings.GUI_Digits — Set the precision for numbers in the GUI.
Synopsis
OOF.Settings.GUI_Digits(digits)
Details
- Parent Menu: OOF.Settings
-
Callback: function
_setdigitsin moduleooflib.common.IO.mainmenu -
Parameters:
digits- Number of digits to show after the decimal point. Type: A non-negative integer.
Description
Set the number of digits to use point when displaying floating point numbers in the GUI. In order for changes to be take effect, you may need to close and reopen pages.
The default number of digits is 6. If you need 10 digits instead, put the line
OOF.Settings.GUI_Digits(10)
in your .oof2rc file.
![]() |
Warning |
|---|---|
|
This can have an effect on numerical
operations, if you're not careful. Sometimes OOF2 fills in a
value for you, and then uses that value for input. For example,
if a |


![[Warning]](IMAGES/warning.png)

