Skip to content

enable

Enable or disable a named interpreter feature.

enable(opt)
enable(opt, tf)

Sets the boolean state of an interpreter feature flag. With one argument, enables opt. With a second tf argument (true / false), sets the state explicitly. Used for toggling MathJet-specific behaviors at runtime.

enable('verbose', true)
enable('autoplot', false)
  • sdvt — Set or display the default value type (precision).