Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Exponent display


Enumerations

enum  FXExponent {
  EXP_NEVER = FALSE,
  EXP_ALWAYS = TRUE,
  EXP_AUTO = MAYBE
}
 Exponent display. More...


Enumeration Type Documentation

enum FX::FXExponent
 

Enumeration values:
EXP_NEVER  Never use exponential notation.
EXP_ALWAYS  Always use exponential notation.
EXP_AUTO  Use exponential notation if needed.